On This Page
用于在内容加载时显示占位符。
pnpm dlx 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>