docs: update README

This commit is contained in:
mutoe 2020-10-20 20:55:37 +08:00
parent 64fce634c5
commit c5e8081c31
No known key found for this signature in database
GPG Key ID: ABE5E78D073FC208
1 changed files with 4 additions and 4 deletions

View File

@ -26,9 +26,9 @@ yarn build
- [x] [Composition API](https://composition-api.vuejs.org/)
- [x] [TypeScript](https://www.typescriptlang.org/)
- [x] [ESLint](https://eslint.vuejs.org/)
- [ ] [Vue router](https://next.router.vuejs.org/)
- [ ] [Vuex](https://vuex.vuejs.org/)
- [x] [Vue router](https://next.router.vuejs.org/)
- [x] [Vuex](https://vuex.vuejs.org/)
- [ ] Unit test ([Vue Test Utils](https://github.com/vuejs/vue-test-utils-next))
- [ ] Unit test ([Vue Testing Library](https://testing-library.com/docs/vue-testing-library/intro))
- [ ] Unit test ([Vue Testing Library](https://testing-library.com/docs/vue-testing-library/intro)) (Temporarily unavailable)
- [ ] E2E test ([Cypress](https://docs.cypress.io))
- [ ] [SFC Script Setup](https://github.com/vuejs/rfcs/blob/sfc-improvements/active-rfcs/0000-sfc-script-setup.md)
- [ ] [SFC Script Setup](https://github.com/vuejs/rfcs/blob/sfc-improvements/active-rfcs/0000-sfc-script-setup.md) (Unstable)