update Menu

This commit is contained in:
梁灏 2018-07-01 11:37:30 +08:00
parent f9a6a467a6
commit 2a7765f93d
2 changed files with 23 additions and 10 deletions

View file

@ -102,7 +102,7 @@
},
methods: {
// Ctrl or CMD and click, open in new window when use `to`
handleClickLink (event, new_window) {
handleClickLink (event, new_window = false) {
this.$emit('click', event);
this.handleCheckClick(event, new_window);