码迷,mamicode.com
首页 > 其他好文 > 详细

VUE的使用方法

时间:2017-01-19 11:13:26      阅读:172      评论:0      收藏:0      [点我收藏+]

标签: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"调用

            }

        }

 

VUE的使用方法

标签:this   使用   hal   数据   定义   方法   class   new   ini   

原文地址:http://www.cnblogs.com/xiaozhumaopao/p/6305758.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!