摘要: var vm=new Vue({ el:'#app', data:{ msg:'你好!vue', timer:null }, methods:{ handlerClick(){ // var _this=this; console.log(this.timer) if(this.timer){ // 阅读全文
posted @ 2020-02-15 21:53 小迷糊咪咕 阅读(158) 评论(0) 推荐(0)