revert unnecessary changes

This commit is contained in:
Henry Jameson 2019-04-10 21:48:42 +03:00
commit 262760d258
120 changed files with 2128 additions and 4290 deletions

View file

@ -51,7 +51,7 @@ const Attachment = {
}
},
methods: {
linkClicked ({ target }) {
linkClicked ({target}) {
if (target.tagName === 'A') {
window.open(target.href, '_blank')
}