-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(readme): update Vue Router status footer note (#1961)
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,12 +20,10 @@ The documentation of Vue 3 can be found at https://v3.vuejs.org/ | |
|
||
### Vue Router | ||
|
||
- [![alpha](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) | ||
- [RFCs](https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Amerged+label%3Arouter) | ||
|
||
We still have a few minor router hook behavior consistency issues with `[email protected]`, but these are the only things that is blocking the router from being marked as Beta. The router is usable for new, non-critical projects. | ||
|
||
### Vuex | ||
|
||
- [![beta](https://img.shields.io/npm/v/vuex/next.svg)](https://www.npmjs.com/package/vuex/v/next) | ||
|