今天开发需求,用Json控制动态组件显示时,多层嵌套数据多次引用一个组件,报以下错误:
1685063083577.png
解决方法:
import ItemType from './itemType'
....
components: {
ItemType,
InfoTabs: () => import('./infoTabs')
}
今天开发需求,用Json控制动态组件显示时,多层嵌套数据多次引用一个组件,报以下错误:
解决方法:
import ItemType from './itemType'
....
components: {
ItemType,
InfoTabs: () => import('./infoTabs')
}
本文标题:组件多次引用报错:vue for recursive compo
本文链接:https://www.haomeiwen.com/subject/gxqhedtx.html
网友评论