vue中出现 There are multiple modules with names that only differ in casing的问题
1、浏览器中的console出现: 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 ...
·
1、浏览器中的console出现:
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
2、原因:import时,文件引入的路径描述不统一,所以保留一种引入风格即可解决。
a.风格1
b.风格2
更多推荐
已为社区贡献7条内容
所有评论(0)