|
@@ -16,7 +16,7 @@ import AvatarList from '@/components/AvatarList'
|
|
import CountDown from '@/components/CountDown'
|
|
import CountDown from '@/components/CountDown'
|
|
import Ellipsis from '@/components/Ellipsis'
|
|
import Ellipsis from '@/components/Ellipsis'
|
|
import FooterToolbar from '@/components/FooterToolbar'
|
|
import FooterToolbar from '@/components/FooterToolbar'
|
|
-// import NumberInfo from '@/components/NumberInfo'
|
|
|
|
|
|
+import NumberInfo from '@/components/NumberInfo'
|
|
import DescriptionList from '@/components/DescriptionList'
|
|
import DescriptionList from '@/components/DescriptionList'
|
|
import Tree from '@/components/Tree/Tree'
|
|
import Tree from '@/components/Tree/Tree'
|
|
import Trend from '@/components/Trend'
|
|
import Trend from '@/components/Trend'
|
|
@@ -49,7 +49,7 @@ export {
|
|
CountDown,
|
|
CountDown,
|
|
Ellipsis,
|
|
Ellipsis,
|
|
FooterToolbar,
|
|
FooterToolbar,
|
|
- // NumberInfo,
|
|
|
|
|
|
+ NumberInfo,
|
|
DescriptionList,
|
|
DescriptionList,
|
|
// 兼容写法,请勿继续使用
|
|
// 兼容写法,请勿继续使用
|
|
DescriptionList as DetailList,
|
|
DescriptionList as DetailList,
|