Results 26 comments of Huangche

是的,使用`ant3.x`后,就会报错`'Cannot find module \'antd/lib/style/themes/default.less\'`,各位大佬有解决方案没。 一些依赖如下: `"vue": "^3.0.0",` `"ant-design-vue": "3.1.1",` `"antd-theme-generator": "^1.2.11",`

我打开最新版`1.2.11`源码`index.js`中`362`行fileContent = `@import "~antd/lib/style/themes/default.less";\n@import `"${varPath}";\n${fileContent}`改成`fileContent = `@import "${varPath}";\n${fileContent}`;`就可以了

@lichnow can you solve this problem

@momolela @ShingLi @ThinkDJW 抱歉啊,这是很久的事了,现在的我都忘记了当时是怎么解决的了

看这仓库都几年没更新了,`Vue3`的支持应该更没可能了

表示很伤心啊,页面加载完居然自动调用加载更多的方法,我后来想了想,在Vue的生命周期的mounted()方法中调用一下this.$refs.my_scroller.finishInfinite(true);就不自动加载了,哈哈