]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: improve missing section
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 20 Apr 2020 21:28:19 +0000 (23:28 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 20 Apr 2020 21:28:19 +0000 (23:28 +0200)
README.md

index 7e0e8cbcbdbe162931737a6cd49664ab929eb90f..d34b8ffef4cba44f334e64687fac584eddc15833 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,8 +28,8 @@ These are technically breaking changes but they fix an inconsistent behavior.
 
 ### Missing features
 
-- `keep-alive` is not yet supported
-- Partial support of per-component navigation guards. No `beforeRouteEnter`
+- `KeepAlive` is only partially supported. Namely, the context (`this`) is not working properly
+- Partial support of per-component navigation guards. `beforeRouteEnter` doesn't invoke its callback
 
 ## Contributing