From 13a4470fd8cb7f6047e1ddef6dc1e7dfbb8331ba Mon Sep 17 00:00:00 2001 From: 24min Date: Wed, 30 Aug 2023 15:37:13 +0800 Subject: [PATCH] docs:fix full-screen modal on the presentation documentation has no effect (#6905) --- components/modal/demo/fullscreen.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -