@intlify/vue-router-bridge
Advanced tools
Comparing version 0.4.0-9c83915 to 0.4.0-ae3a113
@@ -147,5 +147,5 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
/** | ||
* Define dummy vue-router 3 class | ||
* Define stub vue-router 3 class | ||
*/ | ||
declare class VueRouter3 { | ||
declare class VueRouterLegacy { | ||
constructor(options?: RouterOptions) | ||
@@ -173,4 +173,4 @@ } | ||
// Export dummy VueRouter class | ||
export default VueRouter3 | ||
export default VueRouterLegacy | ||
/* eslint-enable @typescript-eslint/no-explicit-any */ |
@@ -147,5 +147,5 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
/** | ||
* Define dummy vue-router 3 class | ||
* Define stub vue-router 3 class | ||
*/ | ||
declare class VueRouter3 { | ||
declare class VueRouterLegacy { | ||
constructor(options?: RouterOptions) | ||
@@ -173,4 +173,4 @@ } | ||
// Export dummy VueRouter class | ||
export default VueRouter3 | ||
export default VueRouterLegacy | ||
/* eslint-enable @typescript-eslint/no-explicit-any */ |
{ | ||
"name": "@intlify/vue-router-bridge", | ||
"version": "0.4.0-9c83915", | ||
"version": "0.4.0-ae3a113", | ||
"description": "Vue Router bridging for Vue 2 & Vue 3", | ||
@@ -56,2 +56,3 @@ "dependencies": { | ||
}, | ||
"funding": "https://github.com/sponsors/kazupon", | ||
"homepage": "https://github.com/intlify/bridging/tree/main/packages/vue-router-bridge#readme", | ||
@@ -58,0 +59,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
36380
951