fix: bind pagination current prop
Signed-off-by: Hugo Renard <hugo.renard@protonmail.com>
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
</o-notification>
|
||||
<o-pagination
|
||||
:total="group.posts.total"
|
||||
v-model="postsPage"
|
||||
v-model:current="postsPage"
|
||||
:per-page="POSTS_PAGE_LIMIT"
|
||||
:aria-next-label="$t('Next page')"
|
||||
:aria-previous-label="$t('Previous page')"
|
||||
|
||||
Reference in New Issue
Block a user