post-more-fixes-fix
This commit is contained in:
parent
4408212a6d
commit
6dead855d5
1 changed files with 2 additions and 2 deletions
|
|
@ -26,10 +26,10 @@ const chatNew = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async created() {
|
async created() {
|
||||||
const { chatList } = await chats({
|
const { data } = await chats({
|
||||||
credentials: useOAuthStore().token,
|
credentials: useOAuthStore().token,
|
||||||
})
|
})
|
||||||
chatList.forEach((chat) => this.suggestions.push(chat.account))
|
data.forEach((chat) => this.suggestions.push(chat.account))
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
users() {
|
users() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue