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