Vue模块导入报错:Module not found: Error:[CaseSensitivePathsPlugin]

今天学习vue项目练手时,出了一个小小的错误:
Vue模块导入报错:Module not found: Error:[CaseSensitivePathsPlugin]_第1张图片
检查了下,发现自己在模块导入的时候没有和组件文件名大小写完全一致造成的。
Vue模块导入报错:Module not found: Error:[CaseSensitivePathsPlugin]_第2张图片
改为上述,即必须和文件名一毛一样,大小写敏感,唉。

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