fix: bind pagination current prop

Signed-off-by: Hugo Renard <hugo.renard@protonmail.com>
This commit is contained in:
Hugo Renard
2023-05-02 14:52:10 +02:00
parent 94a51fbcab
commit 4bcf572c54
7 changed files with 7 additions and 7 deletions

View File

@@ -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')"