@vueuse/router
Advanced tools
Comparing version 10.6.1 to 10.7.0
{ | ||
"name": "@vueuse/router", | ||
"version": "10.6.1", | ||
"version": "10.7.0", | ||
"description": "Utilities for vue-router", | ||
@@ -40,3 +40,3 @@ "author": "Anthony Fu <https://github.com/antfu>", | ||
"dependencies": { | ||
"@vueuse/shared": "10.6.1", | ||
"@vueuse/shared": "10.7.0", | ||
"vue-demi": ">=0.14.6" | ||
@@ -43,0 +43,0 @@ }, |
@@ -21,6 +21,6 @@ # @vueuse/router | ||
<!--FUNCTIONS_LIST_STARTS--> | ||
- [`useRouteHash`](https://vueuse.org/router/useRouteHash/) — shorthand for a reactive `route.hash` | ||
- [`useRouteParams`](https://vueuse.org/router/useRouteParams/) — shorthand for a reactive `route.params` | ||
- [`useRouteQuery`](https://vueuse.org/router/useRouteQuery/) — shorthand for a reactive `route.query` | ||
- [`useRouteHash`](https://vueuse.org/router/useRouteHash/) — shorthand for a reactive `route.hash` | ||
- [`useRouteParams`](https://vueuse.org/router/useRouteParams/) — shorthand for a reactive `route.params` | ||
- [`useRouteQuery`](https://vueuse.org/router/useRouteQuery/) — shorthand for a reactive `route.query` | ||
@@ -27,0 +27,0 @@ <!--FUNCTIONS_LIST_ENDS--> |
27100
+ Added@vueuse/shared@10.7.0(transitive)
- Removed@vueuse/shared@10.6.1(transitive)
Updated@vueuse/shared@10.7.0