You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-9
Original file line number
Diff line number
Diff line change
@@ -107,18 +107,10 @@ A few notes about the project and possible questions:
107
107
108
108
**A**: Dynamic modules are not type safe, so instead [we allow creating different stores](https://pinia.vuejs.org/cookbook/composing-stores.html) that can be imported anywhere
109
109
110
-
## Roadmap / Ideas
111
-
112
-
-[x] Should the state be merged at the same level as actions and getters?
113
-
-[ ]~~Allow grouping stores together into a similar structure and allow defining new getters (`pinia`)~~
114
-
You can directly call `useOtherStore()` inside of a getter or action.
115
-
-[ ]~~Getter with params that act like computed properties (@ktsn)~~ Can be implement through a custom composable and passed directly to state.
0 commit comments