当我使用 vue 安装 Vue 3 Typescript 项目时,create hello-world
我在 Home.vue 中收到以下错误
Cannot find module '@/components/HelloWorld.vue' or its corresponding type declarations.Vetur(2307)
在线的
import HelloWorld from "@/components/HelloWorld.vue"; // @ is an alias to /src
编辑:我注意到它正在发生,因为我正在与其他 3 个文件夹一起工作的工作区。如果我单独打开文件夹,我不会收到任何错误。