[Vue warn]
来源:4-1 tab 组件基础实现

weixin_慕圣0217049
2020-10-19
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the “name” option.
这是个啥错?
new Vue({
render: h => h(App)
}).$mount(’#app’)
好像指向的是这串代码,能帮我看看这串代码有啥问题吗?
写回答
1回答
-
ustbhuangyi
2020-10-19
你使用了一个没有注册的组件。
012020-10-19
相似问题