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
 }