摘要: 插值 文本 数据绑定最常见的形式就是双大括号的形式: {{message}} 只要绑定的属性message上的值发生变化,插值出的内容都会发生变化 var app = new Vue({ el:" app", data:{ message:'hello Ling!' } }) 纯HTML 双大括号会 阅读全文
posted @ 2016-12-28 14:33 L迷鹿L 阅读(1203) 评论(0) 推荐(0) 编辑
摘要: Vue 阅读全文
posted @ 2016-12-28 09:57 L迷鹿L 阅读(313) 评论(0) 推荐(0) 编辑