Fix bug
This commit is contained in:
parent
8230935fd3
commit
e3f6d42a47
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ export default Vue.component('mk-note-html', {
|
|||
case 'hashtag':
|
||||
return createElement('a', {
|
||||
attrs: {
|
||||
href: `${url}/tags/${token.content}`,
|
||||
href: `${url}/tags/${token.hashtag}`,
|
||||
target: '_blank'
|
||||
}
|
||||
}, token.content);
|
||||
|
|
Loading…
Reference in a new issue