vue 项目找不到模块(Module not found)

Module not found: Error: Can't resolve...
只要将你写的组件名name和文件名称统一就可以了
比如你的组件名为Test 文件名也必须为Test.vue

你可能感兴趣的:(Vue,vue)