usePage
Usage
js
<script setup>
import { usePage } from '@kvuse/core';
const { totalPage, totalRecord, currentPage, listData, getNowPage, setListAndPage, nullData } = usePage();
</script>