当前位置:首页 > 前端

问题: - did you register the component correctly......

Z先生5年前 (2020-12-19)前端1029

问题:无法使用tree组件
提示 Unknown custom element:<a-tree> - did you register the component correctly? For recursive components, make sure to provide the “name” option.
原因 按需加载默认未引入tree组件





标签: antdvue
分享给朋友:

相关文章

vue深度监听

还是不废话,直接上干货watch: { data: { handler: (newVal, oldVal) => { console.log(‘data’, newVal); }, deep:…

elemeui表格中点击修改最优雅的方式

需求表格中,某一列需要点击修改。并且能拦截回车事件。 解决方案vue代码 {{ row.order }} JS methods 方法```…

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。