]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update todo
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Wed, 29 Nov 2023 21:00:16 +0000 (05:00 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Wed, 29 Nov 2023 21:00:16 +0000 (05:00 +0800)
README.md

index df57a96f3d5309bc690489cad17aae3231442338..33abccbc47057359ce0e47bc8d56095b27d1da1d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This repository is a fork of [vuejs/core](https://github.com/vuejs/core) and is
 
 ## TODO
 
-PR are welcome! Please create a issue before you start to work on it.
+PR are welcome! However, please create an issue before you start to work on it, and DO NOT create a PR before issue discussion.
 
 See the To-do list below or `// TODO` comments in code (`compiler-vapor` and `runtime-vapor` packages).
 
@@ -24,13 +24,13 @@ See the To-do list below or `// TODO` comments in code (`compiler-vapor` and `ru
     - [ ] compound expression
     - [ ] modifiers
     - [ ] unit tests
-  - [ ] runtime
-  - [ ] `v-memo`
-  - [ ] `v-model`
-  - [ ] `v-if` / `v-else` / `v-else-if`
+  - [ ] runtime directives #19
+  - [ ] `v-memo` #18
+  - [ ] `v-model` #17, needs #19 first
+  - [ ] `v-if` / `v-else` / `v-else-if` (#9)
   - [ ] `v-for`
   - [ ] `v-show`
-    - [ ] runtime directive
+    - [ ] runtime directive, needs #19 first
     - [ ] compiler
 - [ ] Remove DOM API in codegen
 - [ ] Fragment