mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-17 13:54:06 +08:00
5 lines
156 B
JavaScript
5 lines
156 B
JavaScript
// import whole ECharts package when prebuilding the bundled version
|
|
import 'echarts'
|
|
import ECharts from './components/ECharts.vue'
|
|
export default ECharts
|