vue模块引入错误问题

Module not found: Error: [CaseSensitivePathsPlugin] `D:ase-ssmxiaoMixiaoMi_mallsrccomponentsloading.vue` does not match the corresponding path on disk `Loading.vue`.

Loading.vue是components里面的组件,检查发现,loading.vue正确引import引入,不是代码的原因。

解决办法:改变文件名为小写loading .vue

原文地址:https://www.cnblogs.com/panzai/p/12371972.html