x1ongzhu 2 anni fa
parent
commit
abd3503578
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 }