We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7074c7 commit ebaa87dCopy full SHA for ebaa87d
README.md
@@ -26,14 +26,8 @@ However, there are still some 2.x parity features not completed yet:
26
- [ ] Server-side rendering
27
- [ ] `<keep-alive>`
28
- [ ] `<transition>`
29
-- [ ] Compiler DOM-specific transforms
30
- - [ ] `v-on` DOM modifiers
31
- - [ ] `v-model`
32
- - [x] `v-text`
33
- - [x] `v-pre`
34
- - [x] `v-once`
35
- - [x] `v-html`
36
- - [ ] `v-show`
+- [ ] `v-show` with transition
+- [ ] `<component :is>`
37
38
The current implementation also requires native ES2015+ in the runtime environment and does not support IE11 (yet).
39
0 commit comments