fix(ui): pagination error
This commit is contained in:
parent
c144d34f91
commit
1409bc6761
|
@ -169,7 +169,7 @@ watch(page, (_) => {
|
||||||
{{ t('vui.go-to') }}
|
{{ t('vui.go-to') }}
|
||||||
<Input
|
<Input
|
||||||
v-model.number="goTo"
|
v-model.number="goTo"
|
||||||
:placeholder="page.toString()"
|
:placeholder="page?.toString()"
|
||||||
inputmode="numeric"
|
inputmode="numeric"
|
||||||
pattern="[0-9]*"
|
pattern="[0-9]*"
|
||||||
@click.stop
|
@click.stop
|
||||||
|
|
Loading…
Reference in New Issue