fixed #3484
This commit is contained in:
parent
5d10cf7224
commit
7d0b738455
5 changed files with 42 additions and 15 deletions
|
@ -107,14 +107,7 @@
|
|||
handleClickLink (event) {
|
||||
this.$emit('click', event);
|
||||
|
||||
if (this.to) {
|
||||
if (this.target === '_blank') {
|
||||
return false;
|
||||
} else {
|
||||
event.preventDefault();
|
||||
this.handleClick();
|
||||
}
|
||||
}
|
||||
this.handleCheckClick(event);
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue