Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的文件夹结构或代码没有任何问题。
但是,有一次我更改了我的文件夹名称后,Vetur 一直对我大喊此消息。
我尝试了以下事情
但问题仍然存在,我该如何解决?
(使用 vue.js v3)我的解决方案是不使用文件扩展名“.vue”:
失败的:
import X from './components/X.vue'
成功:
import X from './components/X'