fix chat list
This commit is contained in:
parent
394c736d17
commit
038e4167c9
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
v-if="sortedChatList.length > 0"
|
v-if="sortedChatList.length > 0"
|
||||||
class="timeline"
|
class="timeline"
|
||||||
>
|
>
|
||||||
<List :items="sortedChatList">
|
<List :external-items="sortedChatList">
|
||||||
<template #item="{item}">
|
<template #item="{item}">
|
||||||
<ChatListItem
|
<ChatListItem
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue