unplugin-vue-components
unplugin-vue-components copied to clipboard
vue3+ts。中的 config配置后 提示 没有调用签名 爆红 功能正常使用
Describe the bug
此表达式不可调用。 类型 "typeof import("/Users/reai/project/exploration/node_modules/unplugin-vue-components/dist/webpack")" 没有调用签名。
Reproduction
虽然不影响功能 但是爆红看着难受
System Info
救命
Used Package Manager
npm
Validations
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guide.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- [X] The provided reproduction is a minimal reproducible of the bug.
你咋配的?
Try adding skipLibCheck filed in TSConfig?
你咋配的?
就是看着unplugin-vue-components 官网文档里面配置的