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