fix: synchronize vditor content with prop

This commit is contained in:
Tim
2025-07-06 11:01:48 +08:00
parent 5f0eaf10cf
commit d4c2959ee3
2 changed files with 13 additions and 2 deletions

View File

@@ -61,7 +61,9 @@ export default {
toast.success('草稿已加载')
}
} catch (e) {}
} catch (e) {
console.error(e)
}
}
onMounted(loadDraft)