From 5a4384d80d4ff37297f77c305e22ad5b7569b9e1 Mon Sep 17 00:00:00 2001 From: Evan You Date: Wed, 30 Oct 2019 23:34:32 -0400 Subject: [PATCH] chore: mark keep-alive done [ci skip] --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 24b93808f..57d5bc5d0 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).