<template>
<div>
<tiny-pager :total="50"></tiny-pager>
</div>
</template>
<script setup>
import { Pager as TinyPager } from '@opentiny/vue'
</script>