main.js
import ContentHeader from './component/ContentHeader.vue'
Vue.use(ContentHeader)
Vue.component('ContentHeader',ContentHeader)//初始化组件
new Vue({
el: '#app',
router,
components: {
ContentHeader
},
template: '<App/>',
});
最后
以上就是满意野狼最近收集整理的关于vue注册全局组件,页面中直接引用的全部内容,更多相关vue注册全局组件内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复