From: Eduardo San Martin Morote Date: Sat, 21 Mar 2020 21:20:04 +0000 (+0100) Subject: chore: remove getters with params X-Git-Tag: 0.0.6~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea4f43e2333c538b53a98454da7dae8adf90fd2e;p=thirdparty%2Fvuejs%2Fpinia.git chore: remove getters with params --- diff --git a/README.md b/README.md index 238d9f01..cd9b60d2 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ A few notes about the project and possible questions: - [ ] Should the state be merged at the same level as actions and getters? - [ ] Flag to remove devtools support (for very light production apps) - [ ] Allow grouping stores together into a similar structure and allow defining new getters (`pinia`) -- [ ] Getter with params that act like computed properties (@ktsn) +- ~~[ ] Getter with params that act like computed properties (@ktsn)~~ - [ ] Passing all getters to a getter (need Typing support) ## Installation