From: Evan You Date: Tue, 15 Oct 2019 03:12:51 +0000 (-0400) Subject: chore: update readme [ci skip] X-Git-Tag: v3.0.0-alpha.0~435 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebaa87dfcb812627efa22f75e458186eb2ce467b;p=thirdparty%2Fvuejs%2Fcore.git chore: update readme [ci skip] --- diff --git a/README.md b/README.md index 132276084f..4ab470e7d5 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,8 @@ However, there are still some 2.x parity features not completed yet: - [ ] Server-side rendering - [ ] `` - [ ] `` -- [ ] Compiler DOM-specific transforms - - [ ] `v-on` DOM modifiers - - [ ] `v-model` - - [x] `v-text` - - [x] `v-pre` - - [x] `v-once` - - [x] `v-html` - - [ ] `v-show` +- [ ] `v-show` with transition +- [ ] `` The current implementation also requires native ES2015+ in the runtime environment and does not support IE11 (yet).