是Vue实例,但是是继承自根组件,验证方法是:
在main.js中设置一个
Vue.prototype.$echarts = Echarts;
那么所有组件都能从原型上访问得到,组件中打印this,翻上两层__proto__可以看到$ech
2021-07-03