fix total text
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
:onCurrentChange="onPageChangeEvent"
|
||||
>
|
||||
<template #totalContent>
|
||||
<div style="flex: 1" v-text="`共 ${pageResult.total} 篇文章`"></div>
|
||||
<div style="flex: 1" v-text="`共 ${pageResult.total} 个项目`"></div>
|
||||
</template>
|
||||
</t-pagination>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user