fix: 修改icon警告信息

This commit is contained in:
MTrun
2022-01-10 09:49:08 +08:00
parent 2e1c143d9b
commit 6a23fd2d72
5 changed files with 26 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
import LoadingComponent from './index.vue';
export { LoadingComponent };
@@ -0,0 +1,9 @@
<template>
<div>
<Skeleton repeat="3" :load="true"/>
</div>
</template>
<script setup lang="ts">
import { Skeleton } from '@/components/Skeleton/index'
</script>