x1ongzhu 2 سال پیش
والد
کامیت
abd3503578
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/store/modules/app/index.ts

+ 1 - 1
src/store/modules/app/index.ts

@@ -26,5 +26,5 @@ export const useAppStore = defineStore('app-store', {
 })
 
 export function useAppStoreWithOut() {
-    return appState
+    return appState.value
 }