200字范文,内容丰富有趣,生活中的好帮手!
200字范文 > Cannot find module ‘@/components‘ or its corresponding type declarations.Vetur(2307)

Cannot find module ‘@/components‘ or its corresponding type declarations.Vetur(2307)

时间:2021-03-15 21:14:26

相关推荐

Cannot find module ‘@/components‘ or its corresponding type declarations.Vetur(2307)

Cannot find module ‘@/components’ or its corresponding type declarations.Vetur(2307)

当script 标签上加上lang="ts"时就会出现这个问题,网上没找到解决方法。

后来发现是tsconfig.json没有配置

{"extends": "@quasar/app-vite/tsconfig-preset","compilerOptions": {"baseUrl": "."}}

加上paths就可以解决这个问题。

{"extends": "@quasar/app-vite/tsconfig-preset","compilerOptions": {"baseUrl": ".","paths": {"@/*": ["src/*"]}}}

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。