chore: update readme status

This commit is contained in:
Evan You 2019-10-09 17:34:22 -04:00
parent 93c6aa4c90
commit c7620c1056

View File

@ -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).