このコミットが含まれているのは:
Edijs 2019-02-11 07:45:22 -07:00
コミット f3d2e41a9b
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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