]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update readme [ci skip]
authorEvan You <yyx990803@gmail.com>
Tue, 15 Oct 2019 03:12:51 +0000 (23:12 -0400)
committerEvan You <yyx990803@gmail.com>
Tue, 15 Oct 2019 03:12:51 +0000 (23:12 -0400)
README.md

index 132276084fc0adcf3a4e9544dc34cedea3a44c6e..4ab470e7d5667b51c02671940a3b2a89890a27b4 100644 (file)
--- 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
 - [ ] `<keep-alive>`
 - [ ] `<transition>`
-- [ ] 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
+- [ ] `<component :is>`
 
 The current implementation also requires native ES2015+ in the runtime environment and does not support IE11 (yet).