Skip to content

Commit f04441a

Browse files
committed
🐛 Fix missing exports
1 parent acb3d5c commit f04441a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import Pie from './BaseCharts/Pie'
66
import PolarArea from './BaseCharts/PolarArea'
77
import Radar from './BaseCharts/Radar'
88
import Bubble from './BaseCharts/Bubble'
9+
import Scatter from './BaseCharts/Scatter'
910
import mixins from './mixins/index.js'
1011
import npmCfg from '../package.json'
1112

@@ -19,6 +20,7 @@ const VueCharts = {
1920
PolarArea,
2021
Radar,
2122
Bubble,
23+
Scatter,
2224
mixins
2325
}
2426

@@ -34,5 +36,6 @@ export {
3436
PolarArea,
3537
Radar,
3638
Bubble,
39+
Scatter,
3740
mixins
3841
}

0 commit comments

Comments
 (0)