fix total text

This commit is contained in:
Timi
2025-07-24 19:06:09 +08:00
parent cb509834f5
commit a3f71e0a5a

View File

@@ -31,7 +31,7 @@
:onCurrentChange="onPageChangeEvent" :onCurrentChange="onPageChangeEvent"
> >
<template #totalContent> <template #totalContent>
<div style="flex: 1" v-text="`共 ${pageResult.total} 篇文章`"></div> <div style="flex: 1" v-text="`共 ${pageResult.total} 个项目`"></div>
</template> </template>
</t-pagination> </t-pagination>
</footer> </footer>