From c31a8def0ac90d86b8e8e345441bd28002a9ef2f Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期一, 16 六月 2025 20:14:52 +0800
Subject: [PATCH] add: 分享

---
 composables/useGlobal.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/composables/useGlobal.ts b/composables/useGlobal.ts
index bd52b13..57126ca 100644
--- a/composables/useGlobal.ts
+++ b/composables/useGlobal.ts
@@ -7,11 +7,13 @@
   const $http = instance?.proxy?.$http
   const $util = instance?.proxy?.$util 
   const $store = instance?.proxy?.$store 
+  const $storage = instance?.proxy?.$storage 
 
   return {
     $message,
     $http,
     $util,
     $store,
+    $storage,
   }
 }

--
Gitblit v1.9.3