From a4a3822a496492b37102e7da847176bd79a4a555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E5=85=83=E7=9A=93?= Date: Fri, 6 Jun 2025 15:00:15 +0800 Subject: [PATCH] Last commit forgot : --- components/DraggableWindow.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/DraggableWindow.vue b/components/DraggableWindow.vue index 2b70e7b..c84d210 100644 --- a/components/DraggableWindow.vue +++ b/components/DraggableWindow.vue @@ -24,6 +24,8 @@ const props = defineProps<{ width?: string; height?: string; black?: boolean | false; + windowTranslateState: boolean | false; + notLoggedInState: boolean | false; }>(); const emit = defineEmits(["close", "min", "restore", "translate"]); @@ -117,6 +119,7 @@ const stopDrag = () => {