From a857f478497ebec823686d1cc000fa848b90f5f1 Mon Sep 17 00:00:00 2001 From: AutoRobot Dev Date: Sun, 2 Nov 2025 11:12:47 +0700 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E6=8F=90=E4=BA=A4=EF=BC=9AAu?= =?UTF-8?q?toRobot=20=E5=8F=98=E6=9B=B4=EF=BC=88=E4=B8=8D=E6=8E=A8?= =?UTF-8?q?=E9=80=81=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue index 6b3143f..03320a6 100644 --- a/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue +++ b/AutoRobot/Windows/Robot/Web/src/DockLayout/DockLayout.vue @@ -6,5 +6,4 @@ import { ref } from 'vue' import Area from './Area.vue'; const windowState = ref('最大化') -const handleUpdate = (next) => { windowState.value = next } \ No newline at end of file