Merge pull request #3560 from mahp/patch-1
update menu.vue updateOpenKeys methods
This commit is contained in:
commit
679b2a2b8e
1 changed files with 1 additions and 1 deletions
|
@ -91,8 +91,8 @@
|
|||
let i = names.indexOf(item.name);
|
||||
if (i >= 0) names.splice(i, 1);
|
||||
});
|
||||
names.push(name);
|
||||
}
|
||||
names.push(name);
|
||||
}
|
||||
this.openedNames = names;
|
||||
this.$emit('on-open-change', this.openedNames);
|
||||
|
|
Loading…
Add table
Reference in a new issue