This commit is contained in:
tangjinzhou 2018-02-02 19:09:38 +08:00
parent 812719841a
commit fdc2c896c0

View File

@ -55,11 +55,15 @@ export default {
}
},
mounted () {
this.handleUpdated()
this.$nextTick(() => {
this.handleUpdated()
})
},
updated () {
this.handleUpdated()
this.$nextTick(() => {
this.handleUpdated()
})
},
beforeDestroy () {