fix total text
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user