chore: update todo list

This commit is contained in:
三咲智子 Kevin Deng 2024-03-05 17:55:59 +08:00
parent d3ca3f7492
commit d20cf6d9d2
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 3 additions and 4 deletions

View File

@ -45,8 +45,7 @@ PR are welcome!
- [x] `v-model`
- [x] `v-if` / `v-else` / `v-else-if`
- [ ] `v-for`
- [x] basic
- [ ] object
- [ ] destructure
- [x] `v-show`
- [x] Fragment
- [ ] Codegen
@ -54,15 +53,15 @@ PR are welcome!
- [x] indent
- [x] Source map
- [x] scope id
- [ ] Function mode
- [ ] Function mode [on hold]
- [ ] SSR
- [ ] [Component](https://github.com/vuejs/core-vapor/issues/4)
- [ ] Built-in Components
- [ ] Transition
- [ ] TransitionGroup
- [ ] KeepAlive
- [ ] Teleport
- [ ] Suspense
- [ ] [Component](https://github.com/vuejs/core-vapor/issues/4)
- [ ] Performance & Optimization
- [ ] remove unnecessary close tag `</div>`