From 23b3e33df6c732106540bac92d0306a9862321f0 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sun, 30 Dec 2018 09:15:56 +0900
Subject: [PATCH] [Client] Fix bug

---
 src/client/app/common/views/components/mfm.ts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/client/app/common/views/components/mfm.ts b/src/client/app/common/views/components/mfm.ts
index 69ae7638a5..4adce68dc2 100644
--- a/src/client/app/common/views/components/mfm.ts
+++ b/src/client/app/common/views/components/mfm.ts
@@ -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);'
 						}
 					})];