fix: watch deep for other arrays

see: https://v3.vuejs.org/guide/migration/watch.html
This commit is contained in:
Dominik Pschenitschni 2021-10-07 17:51:27 +02:00
parent 0bf68effb8
commit dfe401a9dc
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
2 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,7 @@ export default {
this.assignees = value
},
immediate: true,
deept: true,
},
},
methods: {

View File

@ -78,6 +78,7 @@ export default {
this.labels = value
},
immediate: true,
deep: true,
},
},
computed: {