场景:

Failed to compile.

./src/page/appliction/index.vue Module Error (from ./node_modules/eslint-loader/index.js): /Users/wanghaijun/project/aaa/src/page/appliction/index.vue 26:9 error The "Head" component has been registered but not used vue/no-unused-components ✖ 1 problem (1 error, 0 warnings)

以上以意思有个head的组件已经注册,但未被使用。

同是上面有eslint的字面,所以应该和eslint语法规范有关,

解决方案:经过尝试,果不其然,head后加s就可以了,真够愁人,所在在组件命名时,不要用常用字符串。 

Logo

前往低代码交流专区

更多推荐