You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main.js
import Vum from 'vum'
Vue.use(Vum)
test.vue
<template>
<page-header>
<header-title>VUM</header-title>
</page-header>
</template>
Unknown custom element: <page-header> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
用到每个组件都需要单独引入一次,很不方便
如何在main.js引入一次,各个组件都可以使用?
The text was updated successfully, but these errors were encountered: