]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update todo
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Wed, 6 Dec 2023 11:08:46 +0000 (19:08 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Wed, 6 Dec 2023 17:19:43 +0000 (01:19 +0800)
README.md

index 23426da1ce99fd4254fb58c382089108381071f2..8312db3afe384401f06a2ef95b6401c3dc3340de 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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