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
|
||||
},
|
||||
immediate: true,
|
||||
deept: true,
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
|
|
|
@ -78,6 +78,7 @@ export default {
|
|||
this.labels = value
|
||||
},
|
||||
immediate: true,
|
||||
deep: true,
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
|
|
Loading…
Reference in a new issue