mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-10-28 11:33:57 +08:00
fix: fix umd build and bundle vue-demi
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
import "echarts";
|
||||
import ECharts from "./index";
|
||||
|
||||
export default ECharts;
|
||||
export * from "./index";
|
||||
7
src/global.ts
Normal file
7
src/global.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import "echarts";
|
||||
import ECharts, * as exported from "./index";
|
||||
|
||||
export default {
|
||||
...ECharts,
|
||||
...exported
|
||||
};
|
||||
Reference in New Issue
Block a user