VueJS/Typescript - 找不到模块“./components/Navigation"或其相应的类型声明 [英] VueJS/Typescript - Cannot find module './components/Navigation' or its corresponding type declarations

查看:173
本文介绍了VueJS/Typescript - 找不到模块“./components/Navigation"或其相应的类型声明的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我将脚本创建为 typescript (lang=ts") 时,我收到一个错误说明

<块引用>

找不到模块./components/Navigation"或其相应的类型声明 (Vetur 2307).".

我意识到这只有在我将 lang 设置为 ts 时才会发生,这正是我构建 Vue 应用程序所需要的.

app.vue