wip
This commit is contained in:
parent
dea85c3a97
commit
648e691b8c
2 changed files with 3 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export default Vue.component('mk-post-html', {
|
|||
case 'url':
|
||||
return createElement(MkUrl, {
|
||||
props: {
|
||||
href: escape(token.content),
|
||||
url: escape(token.content),
|
||||
target: '_blank'
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue