tiny-vue/examples/sites/demos/pc/app/skeleton/complex-demo-composition-ap...

10 lines
166 B
Vue

<template>
<div>
<tiny-skeleton avatar></tiny-skeleton>
</div>
</template>
<script setup>
import { Skeleton as TinySkeleton } from '@opentiny/vue'
</script>