update(flow): generic types

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent af23f733c0
commit 186b96f87d
3 changed files with 59 additions and 39 deletions
+1
View File
@@ -21,6 +21,7 @@ export default (preloadedState?: FlowOptions): Store => {
}
return reactive({
state: reactiveState,
...hooksOn,
...toRefs(reactiveState),
...getters,