1.this
new Vue({})配置项中的 this 就是:Vue 实例(vm)。
Vue.extend({})配置项中的 this 就是:VueComponent 实例(vc)。
2.原型对象
参考博客:
https://blog.youkuaiyun.com/zg0601/article/details/121390331?spm=1001.2014.3001.5506
new Vue({})配置项中的 this 就是:Vue 实例(vm)。
Vue.extend({})配置项中的 this 就是:VueComponent 实例(vc)。
参考博客:
https://blog.youkuaiyun.com/zg0601/article/details/121390331?spm=1001.2014.3001.5506