fix: pagn size
This commit is contained in:
parent
4e416c78e6
commit
1f61b6046f
1 changed files with 1 additions and 1 deletions
|
|
@ -3119,7 +3119,7 @@ watch(
|
|||
>
|
||||
<q-list>
|
||||
<q-item
|
||||
v-for="v in [1, 30, 50, 100, 500, 1000]"
|
||||
v-for="v in [10, 30, 50, 100, 500, 1000]"
|
||||
:key="v"
|
||||
clickable
|
||||
v-close-popup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue