Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 65a7510

Browse filesBrowse 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
Copy full SHA for 65a7510

File tree

Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-0
lines changed
Open diff view settings
Collapse file

‎src/guide/migration.md‎

Copy file name to clipboardExpand all lines: src/guide/migration.md
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.