chore: GitHub typo(#2939)
This commit is contained in:
parent
036e9b692d
commit
143751d2bc
16
README.md
16
README.md
@ -39,7 +39,7 @@ As of v4.5.0, `vue-cli` now provides built-in option to choose Vue 3 preset when
|
|||||||
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.
|
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.
|
||||||
|
|
||||||
- [![beta](https://img.shields.io/npm/v/vue-router/next.svg)](https://www.npmjs.com/package/vue-router/v/next)
|
- [![beta](https://img.shields.io/npm/v/vue-router/next.svg)](https://www.npmjs.com/package/vue-router/v/next)
|
||||||
- [Github](https://github.com/vuejs/vue-router-next)
|
- [GitHub](https://github.com/vuejs/vue-router-next)
|
||||||
- [RFCs](https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Amerged+label%3Arouter)
|
- [RFCs](https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Amerged+label%3Arouter)
|
||||||
|
|
||||||
### Vuex
|
### Vuex
|
||||||
@ -47,7 +47,7 @@ Vue Router 4.0 provides Vue 3 support and has a number of breaking changes of it
|
|||||||
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).
|
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).
|
||||||
|
|
||||||
- [![beta](https://img.shields.io/npm/v/vuex/next.svg)](https://www.npmjs.com/package/vuex/v/next)
|
- [![beta](https://img.shields.io/npm/v/vuex/next.svg)](https://www.npmjs.com/package/vuex/v/next)
|
||||||
- [Github](https://github.com/vuejs/vuex/tree/4.0)
|
- [GitHub](https://github.com/vuejs/vuex/tree/4.0)
|
||||||
|
|
||||||
### Devtools Extension
|
### Devtools Extension
|
||||||
|
|
||||||
@ -67,12 +67,12 @@ It is recommended to use [VSCode](https://code.visualstudio.com/) with our offic
|
|||||||
|
|
||||||
| Project | NPM | Repo |
|
| Project | NPM | Repo |
|
||||||
| --------------------- | ----------------------------- | -------------------- |
|
| --------------------- | ----------------------------- | -------------------- |
|
||||||
| @vue/babel-plugin-jsx | [![rc][jsx-badge]][jsx-npm] | [[Github][jsx-code]] |
|
| @vue/babel-plugin-jsx | [![rc][jsx-badge]][jsx-npm] | [[GitHub][jsx-code]] |
|
||||||
| eslint-plugin-vue | [![stable][epv-badge]][epv-npm] | [[Github][epv-code]] |
|
| eslint-plugin-vue | [![stable][epv-badge]][epv-npm] | [[GitHub][epv-code]] |
|
||||||
| @vue/test-utils | [![beta][vtu-badge]][vtu-npm] | [[Github][vtu-code]] |
|
| @vue/test-utils | [![beta][vtu-badge]][vtu-npm] | [[GitHub][vtu-code]] |
|
||||||
| vue-class-component | [![beta][vcc-badge]][vcc-npm] | [[Github][vcc-code]] |
|
| vue-class-component | [![beta][vcc-badge]][vcc-npm] | [[GitHub][vcc-code]] |
|
||||||
| vue-loader | [![beta][vl-badge]][vl-npm] | [[Github][vl-code]] |
|
| vue-loader | [![beta][vl-badge]][vl-npm] | [[GitHub][vl-code]] |
|
||||||
| rollup-plugin-vue | [![beta][rpv-badge]][rpv-npm] | [[Github][rpv-code]] |
|
| rollup-plugin-vue | [![beta][rpv-badge]][rpv-npm] | [[GitHub][rpv-code]] |
|
||||||
|
|
||||||
[jsx-badge]: https://img.shields.io/npm/v/@vue/babel-plugin-jsx.svg
|
[jsx-badge]: https://img.shields.io/npm/v/@vue/babel-plugin-jsx.svg
|
||||||
[jsx-npm]: https://www.npmjs.com/package/@vue/babel-plugin-jsx
|
[jsx-npm]: https://www.npmjs.com/package/@vue/babel-plugin-jsx
|
||||||
|
Loading…
Reference in New Issue
Block a user