chore: update readme

This commit is contained in:
Evan You 2019-11-24 22:09:31 -05:00
parent 00857ac816
commit c9d709cdf3

View File

@ -21,13 +21,12 @@ We have achieved most of the architectural goals and new features planned for v3
- [x] Portals - [x] Portals
- [x] Suspense w/ `async setup()` - [x] Suspense w/ `async setup()`
However, there are still some 2.x parity features not completed yet: ## Major TODOs:
- [ ] `<transition>` - [ ] SFC compiler
- [ ] `v-show` with transition
- [ ] Server-side rendering - [ ] Server-side rendering
The current implementation also requires native ES2015+ in the runtime environment and does not support IE11 (yet). Also note that the current implementation requires native ES2015+ in the runtime environment and does not support IE11 (yet).
## Contribution ## Contribution