tiny-vue_version0/examples/sites/demos/pc/app/skeleton/custom-paragraph-width-comp...

10 lines
200 B
Vue

<template>
<div>
<tiny-skeleton :rows-width="['200px', '100px', '50px']"></tiny-skeleton>
</div>
</template>
<script setup>
import { Skeleton as TinySkeleton } from '@opentiny/vue'
</script>