1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-11 12:49:30 +08:00

修改:修复文章详情页面不兼容其他pc端主题导致文章内容不显示的BUG

This commit is contained in:
小莫唐尼
2023-02-07 15:39:58 +08:00
parent a0f3d1b220
commit 6ba87b1972
+1 -1
View File
@@ -93,7 +93,7 @@
:selectable="true"
:tag-style="markdownConfig.tagStyle"
:container-style="markdownConfig.containStyle"
:content="result.content"
:content="result.content || result.formatContent"
:markdown="true"
:showLineNumber="true"
:showLanguageName="true"