From 3f8e33c35cccd41a98293f0d29013eb49cbff9a9 Mon Sep 17 00:00:00 2001 From: monanxiao Date: Wed, 16 Oct 2024 09:12:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=B8=BB=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 4343d5f..5cc7ac7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,7 +14,7 @@ const reload = () => { isRouterAlive.value = true; console.log("数据刷新成功"); }); -}; +}; provide("reload", reload); onMounted(() => {