From 12f93bf9ad977af49a94ce1ac371a00aaa014370 Mon Sep 17 00:00:00 2001 From: johnsoncodehk Date: Tue, 10 Nov 2020 19:59:51 +0800 Subject: [PATCH] doc: rfc links https://github.com/vuejs/rfcs/pull/228 https://github.com/vuejs/rfcs/pull/227 https://github.com/vuejs/rfcs/pull/222 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 864423c82..bb8c2d6d9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar ## Some interesting features: -- [x] RFC #222 support (v0.15.2 added) +- [x] RFC [#222](https://github.com/vuejs/rfcs/pull/222)([#227](https://github.com/vuejs/rfcs/pull/227), [#228](https://github.com/vuejs/rfcs/pull/228)) support (v0.15.2 added) - [x] Scoped CSS services (v0.15.1 added) - [x] Format all scripts command (v0.13.5 added) - [x] Verify all scripts command (v0.13.3 added)