fix: add missing injection key exports

This commit is contained in:
Justineo
2021-02-22 23:56:12 +08:00
parent b2cfcb2369
commit 703b0d350d
6 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,3 @@
import "echarts";
export { default } from "./ECharts";
export * from "./ECharts";

View File

@ -1 +1 @@
export { default } from "./ECharts";
export * from "./ECharts";