本页内容
用于显示内容加载时的占位符。
npx shadcn-vue@latest add skeleton
<script setup lang="ts"> import { Skeleton } from '@/components/ui/skeleton' </script> <template> <Skeleton class="w-[100px] h-5 rounded-full" /> </template>