<template>
<div>
<tiny-skeleton :rows="4"></tiny-skeleton>
</div>
</template>
<script setup>
import { Skeleton as TinySkeleton } from '@opentiny/vue'
</script>