From: Evan You Date: Mon, 25 Nov 2019 03:09:31 +0000 (-0500) Subject: chore: update readme X-Git-Tag: v3.0.0-alpha.0~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9d709cdf339679cc94acb800a25da4e1391f767;p=thirdparty%2Fvuejs%2Fcore.git chore: update readme --- diff --git a/README.md b/README.md index 57d5bc5d06..babdc01482 100644 --- 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: -- [ ] `` -- [ ] `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