会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
武卡卡的个人博客
博客园
首页
新随笔
联系
订阅
管理
2019年10月13日
Vue - 定义使用组件
摘要: import Card from './components/Card.vue' Vue.component('m-card',Card) // component是注册全局组件,在实例化VUE前调用,注册后可以全局使用 。 components是局部注册组件,注册后只能在当页调用。 import
阅读全文
posted @ 2019-10-13 22:09 武卡卡
阅读(111)
评论(0)
推荐(0)
编辑
公告