fix(ui): pagination error

This commit is contained in:
ArneBo 2025-03-12 12:02:36 +01:00
parent c144d34f91
commit 1409bc6761
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ watch(page, (_) => {
{{ t('vui.go-to') }}
<Input
v-model.number="goTo"
:placeholder="page.toString()"
:placeholder="page?.toString()"
inputmode="numeric"
pattern="[0-9]*"
@click.stop