diff --git a/README.md b/README.md index dbdc6e8..61aa29c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For more information on how to this works with other frontends/backends, head ov - [x] Unit test ([Vue Test Utils](https://github.com/vuejs/vue-test-utils-next)) (master branch) - [x] Unit test ([Vue Testing Library](https://testing-library.com/docs/vue-testing-library/intro)) (in [testing-library branch](https://github.com/mutoe/vue3-realworld-example-app/tree/testing-library)) - [x] E2E test ([Cypress](https://docs.cypress.io)) -- [x] [Script setup](https://github.com/vuejs/rfcs/blob/sfc-improvements/active-rfcs/0000-sfc-script-setup.md) (in [script-setup branch](https://github.com/mutoe/vue3-realworld-example-app/tree/script-setup) +- [x] [Script setup](https://github.com/vuejs/rfcs/blob/sfc-improvements/active-rfcs/0000-sfc-script-setup.md) (in [script-setup branch](https://github.com/mutoe/vue3-realworld-example-app/tree/script-setup)) - [x] Vetur Tools: [VTI](https://github.com/mutoe/vue3-realworld-example-app/pull/28) and [optionally IDE hints](https://github.com/mutoe/vue3-realworld-example-app/commit/8367f89a99c467d181d9c7f4144deb05cec55210#commitcomment-43957089) > \* "Experimental" means this feature may be changed.