[Client] Fix bug

This commit is contained in:
syuilo 2018-12-30 09:15:56 +09:00
parent 9edac2cd74
commit 23b3e33df6
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -129,7 +129,9 @@ export default Vue.component('misskey-flavored-markdown', {
key: Math.random(),
props: {
url: token.node.props.url,
target: '_blank',
target: '_blank'
},
attrs: {
style: 'color:var(--mfmLink);'
}
})];