运行vue报错There are multiple modules with names that only differ in casing.

There are multiple modules with names that only differ in casing.
This can lead to unexpected behavior when compiling on a filesystem with other case-semantic.
Use equal casing. Compare these module identifiers:

如果遇到以上报错,请仔细检查/router/index.js中报错的vue组件文件路径的大小写是否正确
import Goods from ‘@/components/onekeyfollow/Goods’

你可能感兴趣的:(vue项目中报错处理)