组件定义:全局注册组件 Vue.component('组件名', { //组件使用的数据 data () { return { count: 0,...}}, //组件模板:组件显示的内容 template:'标签、标签Vue属性、插值表达式' })
返回章节目录 LiangPi 制作