leihaohao
Results
32
comments of
leihaohao
Has the problem been solved?
这是 `vue-tsc --noEmit` 检查出的问题,我理解 `unplugin-auto-import` 依赖于 `vite` 的模块扫描,不运行 `vite` 就没法生成类型文件吧?所以我直接都是构建时删掉类型检查,需要时(提交代码)再自动检查类型😂。
Is there any plan to fix it?