This commit is contained in:
syuilo 2018-06-12 11:38:44 +09:00
parent 8230935fd3
commit e3f6d42a47

View file

@ -103,7 +103,7 @@ export default Vue.component('mk-note-html', {
case 'hashtag': case 'hashtag':
return createElement('a', { return createElement('a', {
attrs: { attrs: {
href: `${url}/tags/${token.content}`, href: `${url}/tags/${token.hashtag}`,
target: '_blank' target: '_blank'
} }
}, token.content); }, token.content);