会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
PLDaily
博客园
首页
新随笔
联系
订阅
管理
2016年8月14日
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 @ 2016-08-14 21:30 PLDaily
阅读(11932)
评论(1)
推荐(2)
编辑
公告