chore: update todo

This commit is contained in:
三咲智子 Kevin Deng 2023-12-06 19:08:46 +08:00
parent 910545f524
commit 924b9ad732
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 6 additions and 2 deletions

View File

@ -4,10 +4,10 @@ This repository is a fork of [vuejs/core](https://github.com/vuejs/core) and is
## TODO
PR are welcome! However, please create an issue before you start to work on it, and DO NOT create a PR before issue discussion.
PR are welcome!
- [Issues with `todo` tag](https://github.com/vuejs/core-vapor/labels/todo)
- To-do list below (discussion before PR is required)
- To-do list below (**create an issue** for discussion before a big feat/bug PR is required)
- `// TODO` comments in code (`compiler-vapor` and `runtime-vapor` packages)
---
@ -28,6 +28,10 @@ PR are welcome! However, please create an issue before you start to work on it,
- [x] `v-bind`
- [x] simple expression
- [x] compound expression
- [ ] modifiers
- [ ] .camel
- [ ] .prop
- [ ] .attr
- [ ] `v-on`
- [x] simple expression
- [ ] compound expression