fix
parent
812719841a
commit
fdc2c896c0
|
@ -55,11 +55,15 @@ export default {
|
|||
}
|
||||
},
|
||||
mounted () {
|
||||
this.$nextTick(() => {
|
||||
this.handleUpdated()
|
||||
})
|
||||
},
|
||||
|
||||
updated () {
|
||||
this.$nextTick(() => {
|
||||
this.handleUpdated()
|
||||
})
|
||||
},
|
||||
|
||||
beforeDestroy () {
|
||||
|
|
Loading…
Reference in New Issue