Evan You 6 лет назад
Родитель
Сommit
c9d709cdf3
1 измененных файлов с 3 добавлено и 4 удалено
  1. 3 4
      README.md

+ 3 - 4
README.md

@@ -21,13 +21,12 @@ We have achieved most of the architectural goals and new features planned for v3
   - [x] Portals
   - [x] Suspense w/ `async setup()`
 
-However, there are still some 2.x parity features not completed yet:
+## Major TODOs:
 
-- [ ] `<transition>`
-- [ ] `v-show` with transition
+- [ ] SFC compiler
 - [ ] 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