Skip to content
On this page

usePage

Usage

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

</script>

参数说明