From: Rizumu Ayaka Date: Sat, 27 Jan 2024 17:31:20 +0000 (+0800) Subject: feat(compiler-vapor): `v-if` (#96) X-Git-Tag: v3.6.0-alpha.1~16^2~652 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ede6c2943424cc4ee1c2457f7dcdb26a92271d57;p=thirdparty%2Fvuejs%2Fcore.git feat(compiler-vapor): `v-if` (#96) Co-authored-by: 三咲智子 Kevin Deng --- diff --git a/README.md b/README.md index 8ff103f92c..143d7f371d 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ PR are welcome! - #17 - needs #19 first - [ ] `v-if` / `v-else` / `v-else-if` + - [x] `v-if` + - [ ] `v-else` + - [ ] `v-else-if` + - [ ] with `