vuejs / vue-next
- вторник, 8 октября 2019 г. в 00:22:59
TypeScript
We have achieved most of the architectural goals and new features planned for v3:
Compiler
Runtime
async setup()However, there are still some 2.x parity features not completed yet:
<keep-alive><transition>v-on DOM modifiersv-modelv-textv-prev-oncev-htmlv-showThe current implementation also requires native ES2015+ in the runtime environment and does not support IE11 (yet).
See Contributing Guide.