fix: watch deep for other arrays
see: https://v3.vuejs.org/guide/migration/watch.html
This commit is contained in:
parent
0bf68effb8
commit
dfe401a9dc
@ -74,6 +74,7 @@ export default {
|
|||||||
this.assignees = value
|
this.assignees = value
|
||||||
},
|
},
|
||||||
immediate: true,
|
immediate: true,
|
||||||
|
deept: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
@ -78,6 +78,7 @@ export default {
|
|||||||
this.labels = value
|
this.labels = value
|
||||||
},
|
},
|
||||||
immediate: true,
|
immediate: true,
|
||||||
|
deep: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user