【发布时间】:2020-12-26 12:05:20
【问题描述】:
我正在使用bootstrap pagination。
我不知道如何实现,这是我的代码:
<b-pagination v-model="currentPage" :total-rows="notices.length" :per-page="perPage" hide-goto-end-buttons limit="2" ellipsis-text="of">
<template v-slot:prev-text><IconPaginationPrev /></template> <!--using a different icon here-->
<template v-slot:next-text><IconPaginationNext /></template> <!--using a different icon here-->
</b-pagination>
这就是我的样子:
我怎样才能添加那个“of”这个词然后最后一页总是在那里?
感谢并希望得到帮助!
【问题讨论】:
标签: javascript vue.js pagination bootstrap-vue