mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-24 20:57:16 +08:00
fix: 修复浏览器控制台报错
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</a-typography-paragraph>
|
||||
</a-typography>
|
||||
<a-divider />
|
||||
<AiEditor :model-value="dataDetail?.content" />
|
||||
<AiEditor v-if="dataDetail?.content" :model-value="dataDetail?.content" />
|
||||
<a-divider />
|
||||
<div v-if="dataDetail?.updateTime" class="update-time-row">
|
||||
<span>
|
||||
|
Reference in New Issue
Block a user