update Menu
This commit is contained in:
parent
416414039b
commit
164f7bcb6b
3 changed files with 39 additions and 35 deletions
|
@ -127,6 +127,9 @@
|
|||
else item.opened = false;
|
||||
});
|
||||
}
|
||||
},
|
||||
handleEmitSelectEvent (name) {
|
||||
this.$emit('on-select', name);
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue