pull/165/head
tangjinzhou 2018-02-02 19:09:38 +08:00
parent 812719841a
commit fdc2c896c0
1 changed files with 6 additions and 2 deletions

View File

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