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