From: Evan You Date: Thu, 31 Oct 2019 03:34:32 +0000 (-0400) Subject: chore: mark keep-alive done [ci skip] X-Git-Tag: v3.0.0-alpha.0~271 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a4384d80d4ff37297f77c305e22ad5b7569b9e1;p=thirdparty%2Fvuejs%2Fcore.git chore: mark keep-alive done [ci skip] --- diff --git a/README.md b/README.md index 24b93808ff..57d5bc5d06 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,9 @@ We have achieved most of the architectural goals and new features planned for v3 However, there are still some 2.x parity features not completed yet: -- [ ] Server-side rendering -- [ ] `` - [ ] `` - [ ] `v-show` with transition +- [ ] Server-side rendering The current implementation also requires native ES2015+ in the runtime environment and does not support IE11 (yet).