File tree 1 file changed +37
-0
lines changed
1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ import AvatarList from '@/components/AvatarList/index'
2
+ // chart
3
+ import Bar from '@/components/chart/Bar'
4
+ import ChartCard from '@/components/chart/ChartCard'
5
+ import Liquid from '@/components/chart/Liquid'
6
+ import MiniArea from '@/components/chart/MiniArea'
7
+ import MiniBar from '@/components/chart/MiniBar'
8
+ import MiniProgress from '@/components/chart/MiniProgress'
9
+ import Radar from '@/components/chart/Radar'
10
+ import RankList from '@/components/chart/RankList'
11
+ import TransferBar from '@/components/chart/TransferBar'
12
+ // ------我是分割线----------
13
+ import CountDown from '@/components/CountDown/index'
14
+ import Ellipsis from '@/components/Ellipsis/index'
15
+ import FooterToolbar from '@/components/FooterToolbar/index'
16
+ import NumberInfo from '@/components/NumberInfo/index'
17
+ import Tree from '@/components/Tree/Tree'
18
+ import Trend from '@/components/Trend/index'
19
+
20
+ export {
21
+ AvatarList ,
22
+ Bar ,
23
+ ChartCard ,
24
+ Liquid ,
25
+ MiniArea ,
26
+ MiniBar ,
27
+ MiniProgress ,
28
+ Radar ,
29
+ RankList ,
30
+ TransferBar ,
31
+ Trend ,
32
+ CountDown ,
33
+ Ellipsis ,
34
+ FooterToolbar ,
35
+ NumberInfo ,
36
+ Tree
37
+ }
You can’t perform that action at this time.
0 commit comments