chore: update todo

This commit is contained in:
三咲智子 Kevin Deng 2023-12-03 03:52:16 +08:00
parent 28caf8f566
commit be72bec4ff
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,6 @@ PR are welcome! However, please create an issue before you start to work on it,
- [ ] `v-bind` - [ ] `v-bind`
- [x] simple expression - [x] simple expression
- [ ] compound expression - [ ] compound expression
- [x] modifiers
- [ ] runtime directives - [ ] runtime directives
- #19 - #19
- [ ] `v-memo` - [ ] `v-memo`
@ -47,11 +46,13 @@ PR are welcome! However, please create an issue before you start to work on it,
- [ ] `v-show` - [ ] `v-show`
- #16 - #16
- needs #19 first - needs #19 first
- [x] Remove DOM API in codegen
- [x] Fragment - [x] Fragment
- [x] multiple root nodes - [ ] Codegen
- [x] all dynamic children - [x] CodegenContext
- [x] return `Node[]` for all dynamic children, instead of using `fragment` API - [x] indent
- [x] Source map
- [ ] Function mode
- [ ] SSR
- [ ] Built-in Components - [ ] Built-in Components
- [ ] Transition - [ ] Transition
- [ ] TransitionGroup - [ ] TransitionGroup
@ -59,7 +60,6 @@ PR are welcome! However, please create an issue before you start to work on it,
- [ ] Teleport - [ ] Teleport
- [ ] Suspense - [ ] Suspense
- [ ] [Component](https://github.com/vuejs/core-vapor/issues/4) - [ ] [Component](https://github.com/vuejs/core-vapor/issues/4)
- [ ] SSR
- [ ] Performance & Optimization - [ ] Performance & Optimization
- [ ] remove unnecessary close tag `</div>` - [ ] remove unnecessary close tag `</div>`