美文网首页
组件多次引用报错:vue for recursive compo

组件多次引用报错:vue for recursive compo

作者: wxw_威 | 来源:发表于2023-05-25 09:09 被阅读0次

    今天开发需求,用Json控制动态组件显示时,多层嵌套数据多次引用一个组件,报以下错误:


    1685063083577.png

    解决方法:

    import ItemType from './itemType'
    ....
    components: {
        ItemType,
        InfoTabs: () => import('./infoTabs')
    }
    

    相关文章

      网友评论

          本文标题:组件多次引用报错:vue for recursive compo

          本文链接:https://www.haomeiwen.com/subject/gxqhedtx.html