目前仅实现了部分组件, 暂时不要在生产环境使用 参考demo
import Vue from 'vue';
import VueEchartsComponents from '@shaonialife/vue-echarts-components';
Vue.use(VueEchartsComponents);
<template>
<vec-container style="width: 300px; height: 400px">
<vec-title
text="Vue Echarts Components"
left="center"
top="top"
/>
</vec-container>
</template>