]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update readme status
authorEvan You <yyx990803@gmail.com>
Wed, 9 Oct 2019 21:34:22 +0000 (17:34 -0400)
committerEvan You <yyx990803@gmail.com>
Wed, 9 Oct 2019 21:34:22 +0000 (17:34 -0400)
README.md

index 6cf9811fdae09160b30d86e185319512751115b0..132276084fc0adcf3a4e9544dc34cedea3a44c6e 100644 (file)
--- 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).