image
内置关系:VueComponent.prototype.__proto__ === Vue.prototype
为什么要有这个关系:让组件实例对象VueComponent可以访问到Vue原型上的属性方法。