是Vue实例,但是是继承自根组件,验证方法是:
在main.js中设置一个
Vue.prototype.$echarts = Echarts;
那么所有组件都能从原型上访问得到,组件中打印this,翻上两层__proto__可以看到$echarts
https://v2.cn.vuejs.org/v2/guide/instance.html
https://segmentfault.com/q/1010000012918351?utm_source=sf-similar-question