Cannot find module '@/xx' or its corresponding type declarations

Cannot find module '@/components/HelloWorld.vue' or its corresponding type declarations.提示这个错误应该怎么修改?
image.png
shims-vue.d.ts里面现在这样写的

declare module "*.vue" {
  import Vue from "vue";
  export default Vue;
}
阅读 25.2k
2 个回答

@ 指定 alias 了吗?
image.png

把项目拖到vs工作区的第一位就可以了

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题