From 7afc4752906857450c4d2f9fb0f7cae40b98b6e8 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Fri, 16 May 2025 10:29:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20value=20cannot=20displaye?= =?UTF-8?q?d=20when=20fullscreen=20editior=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/components/shared/AstrBotConfig.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/shared/AstrBotConfig.vue b/dashboard/src/components/shared/AstrBotConfig.vue index e98ef16c0..c4785816c 100644 --- a/dashboard/src/components/shared/AstrBotConfig.vue +++ b/dashboard/src/components/shared/AstrBotConfig.vue @@ -300,7 +300,7 @@ function saveEditedContent() { theme="vs-dark" :language="currentEditingLanguage" style="height: calc(100vh - 64px);" - v-model="currentEditingValue" + v-model:value="currentEditingValue" >