]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: remove getters with params
authorEduardo San Martin Morote <posva@users.noreply.github.com>
Sat, 21 Mar 2020 21:20:04 +0000 (22:20 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Mar 2020 21:20:04 +0000 (22:20 +0100)
README.md

index 238d9f012030509b819b53f2c8442656bf67f2b4..cd9b60d2b7c6fa9a6ae5764ecde8bb9337360fd8 100644 (file)
--- 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