x1ongzhu 2 tahun lalu
induk
melakukan
abd3503578
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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() {
 export function useAppStoreWithOut() {
-    return appState
+    return appState.value
 }
 }