From 687aeba5673d41654192847807894388c1ed6bc4 Mon Sep 17 00:00:00 2001 From: yhlee Date: Tue, 23 Jul 2024 00:49:39 +0900 Subject: [PATCH] =?UTF-8?q?App.vue=EC=97=90=20Suspense=EC=9D=98=20fallback?= =?UTF-8?q?=20template=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/App.vue b/src/App.vue index 6e4c431..9446d05 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,6 +22,14 @@ const {modalOpen, datas, open} = storeToRefs(modalStore);