From 61ddfe933b850c967d3db116e9df8ac0882e5e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Mon, 29 Jul 2024 13:58:36 +0800 Subject: [PATCH] chore: remove todo from README See #233 --- README.md | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) diff --git a/README.md b/README.md index bf5790fd6..bdf0bdec0 100644 --- a/README.md +++ b/README.md @@ -13,58 +13,6 @@ This repository is a fork of [vuejs/core](https://github.com/vuejs/core) and is - [Ubugeeei](https://github.com/Ubugeeei) - Active contributor. - [Doctor Wu](https://github.com/doctor-wu) - Active contributor. -## TODO - -- [x] Counter App - - [x] simple bindings - - [x] simple events -- [x] TODO-MVC App -- [x] Repl -- [x] transform - - [x] NodeTransform - - [x] DirectiveTransform -- [ ] directives - - [x] `v-once` - - [x] `v-html` - - [x] `v-text` - - [x] `v-pre` - - [x] `v-cloak` - - [x] `v-bind` - - [x] simple expression - - [x] compound expression - - [x] modifiers - - [x] .camel - - [x] .prop - - [x] .attr - - [x] `v-on` - - [x] simple expression - - [x] compound expression - - [x] modifiers - - [x] runtime directives - - [ ] `v-memo` [on hold] - - [x] `v-model` - - [x] `v-if` / `v-else` / `v-else-if` - - [x] `v-for` - - [x] `v-show` -- [x] Fragment -- [ ] Codegen - - [x] CodegenContext - - [x] indent - - [x] Source map - - [x] scope id - - [ ] Function mode [on hold] - - [ ] SSR -- [ ] [Component](https://github.com/vuejs/core-vapor/issues/4) - - WIP -- [ ] Built-in Components - - [ ] Transition - - [ ] TransitionGroup - - [ ] KeepAlive - - [ ] Teleport - - [ ] Suspense -- [ ] Performance & Optimization - - [ ] remove unnecessary close tag `` - ## Sponsors Vue.js is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome [backers](https://github.com/vuejs/core/blob/main/BACKERS.md). If you'd like to join them, please consider [ sponsoring Vue's development](https://vuejs.org/sponsor/).