摘要: 本文基于lukehoban/es6features ,同时参考了大量博客资料,具体见文末引用。 ES6(ECMAScript 6)是即将到来的新版本JavaScript语言的标准,代号harmony(和谐之意,显然没有跟上我国的步伐,我们已经进入中国梦版本了)。上一次标准的制订还是2009年出台的E 阅读全文
posted @ 2018-03-15 15:30 雪莉06 阅读(127) 评论(0) 推荐(0) 编辑
摘要: <div id="app"> <input type="text" ref="input1"/> <button @click="add">添加</button> </div> <script> new Vue({ el: "#app", methods:{ add:function(){ this 阅读全文
posted @ 2018-03-15 15:26 雪莉06 阅读(199) 评论(0) 推荐(0) 编辑