@intlify/vue-router-bridge
Advanced tools
Comparing version 0.3.6-6a56e52 to 0.3.6-a59042c
@@ -409,3 +409,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
*/ | ||
declare function useRoute<T = ComputedRef<Route>>(): T | ||
declare function useRoute<T = RouteLocationNormalizedLoaded>(): T | ||
@@ -412,0 +412,0 @@ /** |
{ | ||
"name": "@intlify/vue-router-bridge", | ||
"version": "0.3.6-6a56e52", | ||
"version": "0.3.6-a59042c", | ||
"description": "Vue Router bridging for Vue 2 & Vue 3", | ||
@@ -12,2 +12,5 @@ "peerDependencies": { | ||
"optional": true | ||
}, | ||
"vue-router": { | ||
"optional": true | ||
} | ||
@@ -14,0 +17,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35806