https://blog.csdn.net/weixin_43203982/article/details/117925988
this指向vue的实例,在脚手架中this.$el指向模板的根标签(用于获取Vue实例挂载的Dom元素),而且是在mounted生命周期里有效
注意在echarts中不可使用this.$el,必须通过document.getelmentById()获取dom元素
https://blog.csdn.net/weixin_43203982/article/details/117925988
this指向vue的实例,在脚手架中this.$el指向模板的根标签(用于获取Vue实例挂载的Dom元素),而且是在mounted生命周期里有效
注意在echarts中不可使用this.$el,必须通过document.getelmentById()获取dom元素