Browse Source

fix

pull/165/head
tangjinzhou 7 years ago
parent
commit
fdc2c896c0
  1. 8
      components/menu/src/SubMenu.vue

8
components/menu/src/SubMenu.vue

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

Loading…
Cancel
Save