mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-11-06 13:09:50 +08:00
fix: fix umd build and bundle vue-demi
This commit is contained in:
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