mirror of https://github.com/vuejs/core.git
chore: update todo
This commit is contained in:
parent
1e0070c208
commit
839aa86cf8
15
README.md
15
README.md
|
@ -16,7 +16,7 @@ PR are welcome!
|
||||||
- [x] simple bindings
|
- [x] simple bindings
|
||||||
- [x] simple events
|
- [x] simple events
|
||||||
- [ ] TODO-MVC App
|
- [ ] TODO-MVC App
|
||||||
- [ ] Repl
|
- [x] Repl
|
||||||
- [x] transform
|
- [x] transform
|
||||||
- [x] NodeTransform
|
- [x] NodeTransform
|
||||||
- [x] DirectiveTransform
|
- [x] DirectiveTransform
|
||||||
|
@ -30,15 +30,14 @@ PR are welcome!
|
||||||
- [x] simple expression
|
- [x] simple expression
|
||||||
- [x] compound expression
|
- [x] compound expression
|
||||||
- [ ] modifiers
|
- [ ] modifiers
|
||||||
- [ ] .camel
|
- [x] .camel
|
||||||
- [ ] .prop
|
- [ ] .prop
|
||||||
- [ ] .attr
|
- [ ] .attr
|
||||||
- [ ] `v-on`
|
- [x] `v-on`
|
||||||
- [x] simple expression
|
- [x] simple expression
|
||||||
- [ ] compound expression
|
- [x] compound expression
|
||||||
- [x] modifiers
|
- [x] modifiers
|
||||||
- [ ] runtime directives
|
- [x] runtime directives
|
||||||
- #19
|
|
||||||
- [ ] `v-memo`
|
- [ ] `v-memo`
|
||||||
- #18
|
- #18
|
||||||
- [ ] `v-model`
|
- [ ] `v-model`
|
||||||
|
@ -48,9 +47,7 @@ PR are welcome!
|
||||||
- #9
|
- #9
|
||||||
- [ ] `v-for`
|
- [ ] `v-for`
|
||||||
- #21
|
- #21
|
||||||
- [ ] `v-show`
|
- [x] `v-show`
|
||||||
- #16
|
|
||||||
- needs #19 first
|
|
||||||
- [x] Fragment
|
- [x] Fragment
|
||||||
- [ ] Codegen
|
- [ ] Codegen
|
||||||
- [x] CodegenContext
|
- [x] CodegenContext
|
||||||
|
|
Loading…
Reference in New Issue