摘要: 1、普通的watch 2、数组的watch 3、对象的watch 4、对象具体属性的watch[活用computed] 阅读全文
posted @ 2017-11-29 18:21 甜菜波波 阅读(322) 评论(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 @ 2017-11-29 13:13 甜菜波波 阅读(1850) 评论(0) 推荐(0) 编辑