Skip to content

Commit 65a7510

Browse files
authored
docs (#154): add new features section to migration guide (#161)
* docs (#154): add new features section to migration guide * docs (#154): add createRenderer API as new feature for v3
1 parent eb9f860 commit 65a7510

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/guide/migration.md

+10
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,13 @@ It depends on a few factors:
3737
> If I upgrade to Vue 3, will I also have to upgrade Vuex and Vue Router?
3838
3939
[//]: # '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

Comments
 (0)