1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-07-27 04:20:43 +08:00

1 Commits

Author SHA1 Message Date
小莫唐尼 6ba87b1972 修改:修复文章详情页面不兼容其他pc端主题导致文章内容不显示的BUG 2023-02-07 15:39:58 +08:00
+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"