pull/9/head
tangjinzhou 2018-02-02 19:09:38 +08:00
parent b2394d66b7
commit 35a8c72c0c
1 changed files with 6 additions and 2 deletions

View File

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