From 924b9ad732cbb0ec5a30f4351dc18659b4bdfd53 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: Wed, 6 Dec 2023 19:08:46 +0800 Subject: [PATCH] chore: update todo --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23426da1c..8312db3af 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ This repository is a fork of [vuejs/core](https://github.com/vuejs/core) and is ## TODO -PR are welcome! However, please create an issue before you start to work on it, and DO NOT create a PR before issue discussion. +PR are welcome! - [Issues with `todo` tag](https://github.com/vuejs/core-vapor/labels/todo) -- To-do list below (discussion before PR is required) +- To-do list below (**create an issue** for discussion before a big feat/bug PR is required) - `// TODO` comments in code (`compiler-vapor` and `runtime-vapor` packages) --- @@ -28,6 +28,10 @@ PR are welcome! However, please create an issue before you start to work on it, - [x] `v-bind` - [x] simple expression - [x] compound expression + - [ ] modifiers + - [ ] .camel + - [ ] .prop + - [ ] .attr - [ ] `v-on` - [x] simple expression - [ ] compound expression