会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
泡泡
首页
订阅
管理
2017年5月15日
vue.js的基本操作
摘要: 1.{{message}}输出data数据中的message。 2.v-for="todo in todos"输出data数据中的dotos数组 3.v-on:click="aaaa"绑定methods中的aaaa()事件,可以简写为@click 4.v-model="input" 输出data数据
阅读全文
posted @ 2017-05-15 11:26 对方屌丝正在输入中
阅读(1664)
评论(0)
推荐(0)
编辑
公告