Skip to content

Commit bd28a08

Browse files
committed
docs (#162): link fragments in intro and reorder section
1 parent deea078 commit bd28a08

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/guide/migration/introduction.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ We're glad you asked! The answer is no. We've gone to great lengths to ensure mo
88

99
Possibly the biggest change is our new Composition API, which is entirely additive- the previous Options API will continue to be supported, as the Composition API is an advanced feature.
1010

11+
## Overview
12+
13+
### New Features
14+
15+
Some of the new features to keep an eye on in Vue 3 include:
16+
17+
- [Composition API](/guide/composition-api-introduction.html)
18+
- [Teleport](/guide/teleport)
19+
- [Fragments](/guide/migration/fragments)
20+
- [Emits Component Option](/guide/component-custom-events.html)
21+
- `createRenderer` API from `@vue/runtime-core` to create custom renderers
22+
23+
### Breaking
24+
25+
The following consists a list of breaking changes from v2:
26+
27+
- **keyCode support as `v-on` modifiers.** For more information, [see in-depth explanation](/guides/migration/keycodes.html)
28+
1129
## FAQ
1230

1331
> Where should I start in a migration?
@@ -37,21 +55,3 @@ It depends on a few factors:
3755
> If I upgrade to Vue 3, will I also have to upgrade Vuex and Vue Router?
3856
3957
[//]: # 'TODO: still need to see where this lands'
40-
41-
## Overview
42-
43-
### New Features
44-
45-
Some of the new features to keep an eye on in Vue 3 include:
46-
47-
- [Composition API](/guide/composition-api-introduction.html)
48-
- [Teleport](/guide/teleport)
49-
- Fragments
50-
- [Emits Component Option](/guide/component-custom-events.html)
51-
- `createRenderer` API from `@vue/runtime-core` to create custom renderers
52-
53-
### Breaking
54-
55-
The following consists a list of breaking changes from v2:
56-
57-
- **keyCode support as `v-on` modifiers.** For more information, [see in-depth explanation](/guides/migration/keycodes.html)

0 commit comments

Comments
 (0)