]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update todo
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Wed, 31 Jan 2024 10:59:00 +0000 (18:59 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Wed, 31 Jan 2024 10:59:00 +0000 (18:59 +0800)
README.md

index 143d7f371d308935a3ce5ab5f68d7c433ada50b4..936a58b5c932e1fef05e32bc724862c84b8d5b03 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ PR are welcome!
 - [x] Counter App
   - [x] simple bindings
   - [x] simple events
-- [ ] TODO-MVC App
+- [x] TODO-MVC App
 - [x] Repl
 - [x] transform
   - [x] NodeTransform
@@ -38,19 +38,13 @@ PR are welcome!
     - [x] compound expression
     - [x] modifiers
   - [x] runtime directives
-  - [ ] `v-memo`
-    - #18
+  - [ ] `v-memo` [on hold]
   - [ ] `v-model`
-    - #17
-    - needs #19 first
-  - [ ] `v-if` / `v-else` / `v-else-if`
-    - [x] `v-if`
-    - [ ] `v-else`
-    - [ ] `v-else-if`
-    - [ ] with `<template>`
-    - #9
+    - [x] text field
+  - [x] `v-if` / `v-else` / `v-else-if`
   - [ ] `v-for`
-    - #21
+    - [x] basic
+    - [ ] object
   - [x] `v-show`
 - [x] Fragment
 - [ ] Codegen