]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update todo
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Fri, 24 Nov 2023 07:34:40 +0000 (15:34 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Fri, 24 Nov 2023 07:34:40 +0000 (15:34 +0800)
README.md

index 0fe3f8d016cddc773112d1735efca220e25713f5..adc959e75dc302c0ce80b090c9a573220c267bdd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,18 +13,22 @@ See the To-do list below or `// TODO` comments in code (`compiler-vapor` and `ru
   - [x] simple events
 - [ ] TODO-MVC
 - [ ] directives
-  - [ ] `v-on`
-  - [ ] `v-bind`
-  - [ ] `v-model`
-  - [ ] `v-if` / `v-else` / `v-else-if`
-  - [ ] `v-for`
   - [x] `v-once`
   - [x] `v-html`
   - [x] `v-text`
-  - [ ] `v-show`
   - [ ] `v-pre`
   - [ ] `v-cloak`
+  - [ ] `v-on` / `v-bind`
+    - [x] simple expression
+    - [ ] compound expression
+    - [ ] modifiers
   - [ ] `v-memo`
+  - [ ] `v-model`
+  - [ ] `v-if` / `v-else` / `v-else-if`
+  - [ ] `v-for`
+  - [ ] `v-show`
+    - [ ] runtime directive
+    - [ ] compiler
 - [ ] Remove DOM API in codegen
 - [ ] Fragment
 - [ ] Built-in Components