Merge pull request #3560 from mahp/patch-1

update menu.vue updateOpenKeys methods
This commit is contained in:
Aresn 2018-05-14 10:09:41 +08:00 committed by GitHub
commit 679b2a2b8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);