🐛 fix: value cannot displayed when fullscreen editior mode

This commit is contained in:
Soulter
2025-05-16 10:29:22 +08:00
parent 789bceaa3a
commit 7afc475290
@@ -300,7 +300,7 @@ function saveEditedContent() {
theme="vs-dark"
:language="currentEditingLanguage"
style="height: calc(100vh - 64px);"
v-model="currentEditingValue"
v-model:value="currentEditingValue"
>
</VueMonacoEditor>
</v-card-text>