当前位置:   article > 正文

Vue: Cannot find module xxx or its corresponding type declarations.报错解决_nuxtjs vue: cannot find module ~/stores/interface

nuxtjs vue: cannot find module ~/stores/interface or its corresponding type

简单记录下用Vue3创建项目爆红而采取的解决方案,

在vite-env.d.ts中加入以下配置信息即可。

  1. declare module '*.vue' {
  2. import { DefineComponent } from "vue"
  3. const component: DefineComponent<{}, {}, any>
  4. export default component
  5. }

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/275446
推荐阅读
相关标签
  

闽ICP备14008679号