From: 三咲智子 Kevin Deng Date: Fri, 24 Nov 2023 07:34:40 +0000 (+0800) Subject: chore: update todo X-Git-Tag: v3.6.0-alpha.1~16^2~825 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d8cc434824581df06ef2fd5ba0d87216144e9d8;p=thirdparty%2Fvuejs%2Fcore.git chore: update todo --- diff --git a/README.md b/README.md index 0fe3f8d016..adc959e75d 100644 --- 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