fix: watch deep for other arrays
see: https://v3.vuejs.org/guide/migration/watch.html
This commit is contained in:
parent
0bf68effb8
commit
dfe401a9dc
2 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue