Do not use built-in or reserved HTML elements as component id的解决

###原因: 组件的命名不符合 vu e的命名推荐, 此命名推荐不是强制的;

###解决办法:将组件名改为  xxx-yy 形式 即可;


聊聊 Vue 组件命名那些事,讲的很写详细

了解更多:https://cnodejs.org/topic/5816aabdcf18d0333412d323

你可能感兴趣的:(Do not use built-in or reserved HTML elements as component id的解决)