Frontend: Key on the notification sliders
This commit is contained in:
parent
15b0ea8e26
commit
93caa314c9
|
@ -41,10 +41,16 @@
|
|||
/>
|
||||
</swiper-slide>
|
||||
<swiper-slide>
|
||||
<XNotes :pagination="mentionsPagination" />
|
||||
<XNotes
|
||||
key="mentionsNotes"
|
||||
:pagination="mentionsPagination"
|
||||
/>
|
||||
</swiper-slide>
|
||||
<swiper-slide>
|
||||
<XNotes :pagination="directNotesPagination" />
|
||||
<XNotes
|
||||
key="directMessagesNotes"
|
||||
:pagination="directNotesPagination"
|
||||
/>
|
||||
</swiper-slide>
|
||||
</swiper>
|
||||
</MkSpacer>
|
||||
|
|
Loading…
Reference in New Issue