摘要: 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) 编辑