最新回答 / 慕函数3319187
课程demohttps://github.com/LinStan/VueStudy/tree/master/购物车课程demo完成后的源码https://github.com/LinStan/VueStudy/tree/master/vue2.0-shoppingCart
2017-02-17
讲师回答 / 河畔一角
指的就是Vue本身,因为Vue对象有很多属性、过滤器和函数,得到实例对象后,就可以调用它的所有api .就好比:String.prototype.trim = function(){ return this.replace(" ",""); // this 指的就是 当前调用的对象字符串本身}
2017-02-12