Fix return

This commit is contained in:
Edijs 2019-02-11 07:45:22 -07:00
parent 9959c311a9
commit f3d2e41a9b

View file

@ -298,9 +298,9 @@ const Status = {
if (tag) {
const link = this.generateTagLink(tag)
this.$router.push(link)
}
return
}
}
window.open(target.href, '_blank')
}
},