fix(ui): pagination error
This commit is contained in:
parent
c144d34f91
commit
1409bc6761
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue