[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

你使用了一个没有注册的组件。

0
1
weixin_慕圣0217049
ok~找到了
2020-10-19
共1条回复

Vue.js2.5+cube-ui重构饿了么App(经典再升级)

掌握Vue1.0到2.0再到2.5最全版本应用与迭代,打造极致流畅的WebApp

9868 学习 · 4162 问题

查看课程