npm install vuezondyechart
javascript
import Vue from 'vue'
import echarts from 'echarts'
import zondyechart from 'zondyechart'
Vue.use(zondyechart)
Vue.prototype.$echarts = echarts
`
> 使用script标签引入方式
`html
zondyechart
`
$3
`javascript
``