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