mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-11-07 13:36:03 +08:00
8 lines
113 B
TypeScript
8 lines
113 B
TypeScript
import "echarts";
|
|
import ECharts, * as exported from "./index";
|
|
|
|
export default {
|
|
...ECharts,
|
|
...exported
|
|
};
|