会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
1点
博客园
首页
新随笔
联系
管理
2018年5月2日
vue 组件
摘要: 组件:创建组件的方法:Vue.component() 全局组件 var TodoItem={ } 局部组件 不能在父组件直接调用子组件 要在 Vue实例注册 demo: Vue.component('todo-item',{ template:'<li>item</li> }) 模板:<ul> <t
阅读全文
posted @ 2018-05-02 23:20 1点
阅读(69)
评论(0)
推荐(0)
编辑
vue v-show指令
摘要: demo: 效果: 2018-05-02 00:04:15
阅读全文
posted @ 2018-05-02 00:05 1点
阅读(299)
评论(0)
推荐(0)
编辑
公告