[unplugin-vue-components] component "Example2"... has naming conflicts with other components, ign...
在修改组件库的时候,出现一个问题,一直显示Example2组件报错,把它注释掉了,其他组件也会报错,所以基本可以断点,这个是共性问题,不是单个页面的问题,报错信息如下所示:[unplugin-vue-components]component"Example2"...hasnamingconflictswithothercomponents,ignored.意思是说,命名重复了,之前一直没有这个问题