vue项目在使用组件的时候报了如下错误

Do not use built-in or reserved HTML elements as component id: head


错误代码如下

Do not use built-in or reserved HTML elements as component id: head

错误原因

head是特殊关键字,在components里面不能被使用

解决方案

换一个其他的名字如hd就可以了

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2021-11-24
  • 2021-06-07
  • 2021-06-25
  • 2022-12-23
猜你喜欢
  • 2021-04-05
  • 2021-11-08
  • 2022-12-23
  • 2022-01-18
  • 2021-12-01
  • 2021-09-23
相关资源
相似解决方案