标签:this 使用 hal 数据 定义 方法 class new ini
vueInit: function() { var _this = this; this.vue = new Vue({ el: ‘#pa‘, data: { //存放初始化数据 }, computed:{ fulls:function(){ //计算属性,也会在数据发生变化时执行 }, halfs:function(){ } }, methods:{ tagClick:function(){ //在‘methods’ 对象中定义方法,页面中使用v-on:click="tagClick"调用 } }
标签:this 使用 hal 数据 定义 方法 class new ini
原文地址:http://www.cnblogs.com/xiaozhumaopao/p/6305758.html