Module not found: Error: [CaseSensitivePathsPlugin] `D:\base-ssm\xiaoMi\xiaoMi_mall\src\components\loading.vue` does not match the corresponding path on disk `Loading.vue`.
Loading.vue是components里面的組件,檢查發現,loading.vue正確引import引入,不是代碼的原因。
解決辦法:改變文件名為小寫loading .vue