From ea4f43e2333c538b53a98454da7dae8adf90fd2e Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sat, 21 Mar 2020 22:20:04 +0100 Subject: [PATCH] chore: remove getters with params --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3