会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
一生舍给一座山
我可能是盐吃多了,闲得总是想你
博客园
首页
订阅
管理
2020年6月24日
Vue挂在全局组件的两种方法
摘要: 1. 通过官方提供的一个全局api Vue.extend( options ) import Vue from 'vue' export default (component, props) => { const conCtor = Vue.extend(component) const el =
阅读全文
posted @ 2020-06-24 12:51 一生舍给一座山
阅读(4029)
评论(0)
推荐(0)
编辑