From: Evan You Date: Wed, 9 Oct 2019 21:34:22 +0000 (-0400) Subject: chore: update readme status X-Git-Tag: v3.0.0-alpha.0~528 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7620c105699d20731001bcb75b4878038882e8f;p=thirdparty%2Fvuejs%2Fcore.git chore: update readme status --- diff --git a/README.md b/README.md index 6cf9811fda..132276084f 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ However, there are still some 2.x parity features not completed yet: - [ ] Compiler DOM-specific transforms - [ ] `v-on` DOM modifiers - [ ] `v-model` - - [ ] `v-text` - - [ ] `v-pre` - - [ ] `v-once` - - [ ] `v-html` + - [x] `v-text` + - [x] `v-pre` + - [x] `v-once` + - [x] `v-html` - [ ] `v-show` The current implementation also requires native ES2015+ in the runtime environment and does not support IE11 (yet).