mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-02-01 08:59:11 +01:00
fix crazy watch logic in conversation
This commit is contained in:
parent
d7647be812
commit
9b8bf655e1
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ const conversation = {
|
||||||
Status
|
Status
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
'$route': 'fetchConversation',
|
status: 'fetchConversation',
|
||||||
expanded (value) {
|
expanded (value) {
|
||||||
if (value) {
|
if (value) {
|
||||||
this.fetchConversation()
|
this.fetchConversation()
|
||||||
|
|
Loading…
Reference in a new issue