update(store): static id for store state

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-04 15:42:18 +01:00
parent aa72527ad2
commit 0fcf8bbeaa
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -8,6 +8,7 @@ export default (id: string, preloadedState: FlowState): Store => {
const getters = useGetters(state)
const actions = useActions(state, getters)
return {
id,
state,
...toRefs(state),
...getters,