update status popover when its content changes (only status reference)
This commit is contained in:
parent
872db65fd8
commit
a0ddfa499f
2 changed files with 8 additions and 0 deletions
|
|
@ -38,6 +38,13 @@ const StatusPopover = {
|
|||
.catch(e => (this.error = true))
|
||||
}
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
status (newStatus, oldStatus) {
|
||||
if (newStatus !== oldStatus) {
|
||||
this.$refs.popover.updateStyles()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue