其他 ui 库组件的问题
来源:4-9 UndoList 的实现(2)

Echo月
2020-01-05
由于自己写的组件引用了其他 ui 库,所以测试的时候会有警告,提示找不到我引的那些组件。
console.error node_modules/vue/dist/vue.runtime.common.dev.js:621
[Vue warn]: Unknown custom element: <v-subheader> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> <DashboardMenu>
<Root>
提示说找不到里面使用的组件,使用 shallowMount
还是 mount
都是一样的。请问怎么解决呀?
写回答
1回答
-
Echo月
提问者
2020-01-05
找到办法了,弄个setup.js 然后在启动的时候全局引入一下就可以了
00
相似问题