Fix return

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

View file

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