mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-16 01:41:15 +08:00
fix
This commit is contained in:
parent
812719841a
commit
fdc2c896c0
@ -55,11 +55,15 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
this.handleUpdated()
|
||||
this.$nextTick(() => {
|
||||
this.handleUpdated()
|
||||
})
|
||||
},
|
||||
|
||||
updated () {
|
||||
this.handleUpdated()
|
||||
this.$nextTick(() => {
|
||||
this.handleUpdated()
|
||||
})
|
||||
},
|
||||
|
||||
beforeDestroy () {
|
||||
|
Loading…
Reference in New Issue
Block a user