This commit is contained in:
syuilo
2018-02-20 23:17:04 +09:00
parent dea85c3a97
commit 648e691b8c
2 changed files with 3 additions and 1 deletions

View File

@@ -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'
}
});