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

index cd9b60d2b7c6fa9a6ae5764ecde8bb9337360fd8..b09c2c655d44944df2d5a9af3f936a1948b57843 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