浏览代码

enable link handling in user bios to fix links not having _blank

Henry Jameson 2 年之前
父节点
当前提交
0d073d607c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/user_card/user_card.vue

+ 1 - 0
src/components/user_card/user_card.vue

@@ -275,6 +275,7 @@
         class="user-card-bio"
         :html="user.description_html"
         :emoji="user.emoji"
+        :handle-links="true"
       />
     </div>
   </div>