]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update readme
authorEvan You <yyx990803@gmail.com>
Mon, 25 Nov 2019 03:09:31 +0000 (22:09 -0500)
committerEvan You <yyx990803@gmail.com>
Mon, 25 Nov 2019 03:09:31 +0000 (22:09 -0500)
README.md

index 57d5bc5d0605a523ede752019ad60523535317a9..babdc014824e48591eae981cf7cc77ac17539e03 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,13 +21,12 @@ We have achieved most of the architectural goals and new features planned for v3
   - [x] Portals
   - [x] Suspense w/ `async setup()`
 
-However, there are still some 2.x parity features not completed yet:
+## Major TODOs:
 
-- [ ] `<transition>`
-- [ ] `v-show` with transition
+- [ ] SFC compiler
 - [ ] Server-side rendering
 
-The current implementation also requires native ES2015+ in the runtime environment and does not support IE11 (yet).
+Also note that the current implementation requires native ES2015+ in the runtime environment and does not support IE11 (yet).
 
 ## Contribution