lishaobos
lishaobos
因为你使用了按需引入,所以这个行为是正常行为,他会看你文件中使用了哪些组件,自动在该文件引入组件和对应样式
兄弟,你这个依赖安装不成功啊,确定 package.json 里面没有包含私有仓库的包
兄弟,我这边没问题,你要么删除掉 lock 文件再安装试试? 
这个应该是 sourcemap 生成或者是 chrome 的问题: 你 debugger 源代码,函数 a 变量实则成为了 a2,所以会指向上面的 a,你自己打印 a2,还是 1,我觉得这个不用过多纠结  
提交 pr 了,是 sourceMap 精细度不够,等通过就好了
hi, directoryAsNamespace refers to the directory inside options.dir. if you set options.dir = src/components/customers, there's only the List.vue file inside it; there are no subdirectories you can try like this:...
hi, you also can use it: https://github.com/antfu/unplugin-vue-components/issues/420#issuecomment-1663683758
please waiting for 0.25.2
need a reproduction
兄弟,帮忙提供个 git 仓库,确保我能一次性解决问题