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

@@ -50,7 +50,7 @@
<o-pagination
v-if="resource.children && resource.children.total > RESOURCES_PER_PAGE"
:total="resource.children.total"
v-model="page"
v-model:current="page"
size="small"
:per-page="RESOURCES_PER_PAGE"
:aria-next-label="t('Next page')"