We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9f860 commit 65a7510Copy full SHA for 65a7510
src/guide/migration.md
@@ -37,3 +37,13 @@ It depends on a few factors:
37
> If I upgrade to Vue 3, will I also have to upgrade Vuex and Vue Router?
38
39
[//]: # 'TODO: still need to see where this lands'
40
+
41
+### New Features
42
43
+Some of the new features to keep an eye on in Vue 3 include:
44
45
+- [Composition API](/guide/composition-api-introduction.html)
46
+- [Teleport](/guide/teleport)
47
+- Fragments
48
+- [Emits Component Option](/guide/component-custom-events.html)
49
+- `createRenderer` API from `@vue/runtime-core` to create custom renderers
0 commit comments