mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-03 07:29:59 +00:00
fix: render replies to fill the screen height (#1859)
This commit is contained in:
parent
cb0b7b58bb
commit
bc09a28af6
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ onReactivated(() => {
|
||||||
v-slot="{ item, index, active }"
|
v-slot="{ item, index, active }"
|
||||||
:items="context?.descendants || []"
|
:items="context?.descendants || []"
|
||||||
:min-item-size="200"
|
:min-item-size="200"
|
||||||
|
:buffer="800"
|
||||||
key-field="id"
|
key-field="id"
|
||||||
page-mode
|
page-mode
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue