Procházet zdrojové kódy

chore: update readme status

Evan You před 6 roky
rodič
revize
c7620c1056
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -29,10 +29,10 @@ However, there are still some 2.x parity features not completed yet:
 - [ ] Compiler DOM-specific transforms
 - [ ] Compiler DOM-specific transforms
   - [ ] `v-on` DOM modifiers
   - [ ] `v-on` DOM modifiers
   - [ ] `v-model`
   - [ ] `v-model`
-  - [ ] `v-text`
-  - [ ] `v-pre`
-  - [ ] `v-once`
-  - [ ] `v-html`
+  - [x] `v-text`
+  - [x] `v-pre`
+  - [x] `v-once`
+  - [x] `v-html`
   - [ ] `v-show`
   - [ ] `v-show`
 
 
 The current implementation also requires native ES2015+ in the runtime environment and does not support IE11 (yet).
 The current implementation also requires native ES2015+ in the runtime environment and does not support IE11 (yet).