feat: 将Solution的内容渲染有Markdown改为Html

This commit is contained in:
2025-11-14 09:54:41 +08:00
parent f4f7e490b4
commit 100b79f99b
2 changed files with 12 additions and 2 deletions

View File

@ -8,7 +8,7 @@
:title="question.title"
:name="question.id"
>
<!-- <markdown-renderer :content="question.content || ''" /> -->
<!-- eslint-disable-next-line vue/no-v-html -->
<div v-if="!hydrated" v-html="question.content" />
<div v-else>
<HtmlRenderer