Skip to content

Commit 8341f94

Browse files
committed
fix(release): Add exports to index
1 parent c5ce3d2 commit 8341f94

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/index.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import {
99
PolarArea,
1010
Radar,
1111
Bubble,
12-
Scatter
12+
Scatter,
13+
generateChart
1314
} from './BaseCharts'
1415

1516
const VueCharts = {
@@ -22,7 +23,8 @@ const VueCharts = {
2223
Radar,
2324
Bubble,
2425
Scatter,
25-
mixins
26+
mixins,
27+
generateChart
2628
}
2729

2830
export default VueCharts
@@ -38,5 +40,6 @@ export {
3840
Radar,
3941
Bubble,
4042
Scatter,
41-
mixins
43+
mixins,
44+
generateChart
4245
}

0 commit comments

Comments
 (0)