diff --git a/components/modal/demo/fullscreen.vue b/components/modal/demo/fullscreen.vue index 4fed4bcaa..d558c59d4 100644 --- a/components/modal/demo/fullscreen.vue +++ b/components/modal/demo/fullscreen.vue @@ -45,7 +45,7 @@ const handleOk = (e: MouseEvent) => { open.value = false; }; -