Skip to content

Commit afd1dd2

Browse files
fix: update the migration guide introduction (#691)
1 parent ea8aa4c commit afd1dd2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/guide/migration/introduction.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ All of our official libraries and tools now support Vue 3, but most of them are
123123

124124
<a href="https://www.npmjs.com/package/@vue/cli" target="_blank" noopener noreferrer><img src="https://img.shields.io/npm/v/@vue/cli"></a>
125125

126-
As of v4.5.0, `vue-cli` now provides built-in option to choose Vue 3 preset when creating a new project. You can upgrade `vue-cli` and run `vue create` to create a Vue 3 project today.
126+
As of v4.5.0, `vue-cli` now provides the built-in option to choose Vue 3 when creating a new project. You can upgrade `vue-cli` and run `vue create` to create a Vue 3 project today.
127127

128128
- [Documentation](https://cli.vuejs.org/)
129129
- [GitHub](https://github.com/vuejs/vue-cli)
@@ -132,17 +132,19 @@ As of v4.5.0, `vue-cli` now provides built-in option to choose Vue 3 preset when
132132

133133
<a href="https://www.npmjs.com/package/vue-router/v/next" target="_blank" noopener noreferrer><img src="https://img.shields.io/npm/v/vue-router/next.svg"></a>
134134

135-
Vue Router 4.0 provides Vue 3 support and has a number of breaking changes of its own. Check out its [README](https://github.com/vuejs/vue-router-next#vue-router-next-) for full details.
135+
Vue Router 4.0 provides Vue 3 support and has a number of breaking changes of its own. Check out its [migration guide](https://next.router.vuejs.org/guide/migration/) for full details.
136136

137+
- [Documentation](https://next.router.vuejs.org/)
137138
- [GitHub](https://github.com/vuejs/vue-router-next)
138139
- [RFCs](https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Amerged+label%3Arouter)
139140

140141
### Vuex
141142

142143
<a href="https://www.npmjs.com/package/vuex/v/next" target="_blank" noopener noreferrer><img src="https://img.shields.io/npm/v/vuex/next.svg"></a>
143144

144-
Vuex 4.0 provides Vue 3 support with largely the same API as 3.x. The only breaking change is [how the plugin is installed](https://github.com/vuejs/vuex/tree/4.0#breaking-changes).
145+
Vuex 4.0 provides Vue 3 support with largely the same API as 3.x. The only breaking change is [how the plugin is installed](https://next.vuex.vuejs.org/guide/migrating-to-4-0-from-3-x.html#breaking-changes).
145146

147+
- [Documentation](https://next.vuex.vuejs.org/)
146148
- [GitHub](https://github.com/vuejs/vuex/tree/4.0)
147149

148150
### Devtools Extension
@@ -167,7 +169,7 @@ It is recommended to use [VSCode](https://code.visualstudio.com/) with our offic
167169
| eslint-plugin-vue | [![ga][epv-badge]][epv-npm] | [[GitHub][epv-code]] |
168170
| @vue/test-utils | [![beta][vtu-badge]][vtu-npm] | [[GitHub][vtu-code]] |
169171
| vue-class-component | [![beta][vcc-badge]][vcc-npm] | [[GitHub][vcc-code]] |
170-
| vue-loader | [![beta][vl-badge]][vl-npm] | [[GitHub][vl-code]] |
172+
| vue-loader | [![rc][vl-badge]][vl-npm] | [[GitHub][vl-code]] |
171173
| rollup-plugin-vue | [![beta][rpv-badge]][rpv-npm] | [[GitHub][rpv-code]] |
172174

173175
[jsx-badge]: https://img.shields.io/npm/v/@vue/babel-plugin-jsx.svg

0 commit comments

Comments
 (0)