mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-10-28 03:25:02 +08:00
fix: add missing injection key exports
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
import "echarts";
|
||||
|
||||
export { default } from "./ECharts";
|
||||
export * from "./ECharts";
|
||||
|
||||
@ -1 +1 @@
|
||||
export { default } from "./ECharts";
|
||||
export * from "./ECharts";
|
||||
|
||||
Reference in New Issue
Block a user