✌️
This commit is contained in:
parent
2a434c63df
commit
7d4f33d2c0
3 changed files with 34 additions and 21 deletions
|
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<template #default="{ items: notes }">
|
||||
<template #default="{ items: notes, denyMoveTransition }">
|
||||
<div :class="[$style.root, { [$style.noGap]: noGap }]">
|
||||
<MkDateSeparatedList
|
||||
ref="notes"
|
||||
|
|
@ -17,7 +17,10 @@
|
|||
:reversed="pagination.reversed"
|
||||
:noGap="noGap"
|
||||
:ad="true"
|
||||
:class="$style.notes"
|
||||
:class="{
|
||||
[$style.notes]: true,
|
||||
'deny-move-transition': denyMoveTransition,
|
||||
}"
|
||||
>
|
||||
<MkNote :key="note._featuredId_ || note._prId_ || note.id" :class="$style.note" :note="note"/>
|
||||
</MkDateSeparatedList>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue