【fix】去掉NumberInfo组件

This commit is contained in:
zer0Black
2022-09-01 16:22:22 +08:00
parent 1123999c82
commit c74447a938
5 changed files with 0 additions and 126 deletions
-12
View File
@@ -96,16 +96,6 @@
</ellipsis>
</a-card>
<h2># NumberInfo 组件 </h2>
<a-divider> NumberInfo </a-divider>
<a-card>
<number-info
:sub-title="() => { return 'Visits this week' }"
:total="12321"
status="up"
:sub-total="17.1"></number-info>
</a-card>
</div>
</template>
@@ -116,14 +106,12 @@
import AvatarList from '@/components/AvatarList'
import CountDown from '@/components/CountDown/CountDown'
import Ellipsis from '@/components/Ellipsis'
import NumberInfo from '@/components/NumberInfo'
const AvatarListItem = AvatarList.AvatarItem
export default {
name: 'Home',
components: {
NumberInfo,
Ellipsis,
CountDown,
Trend,