@intlify/vue-router-bridge
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -9,3 +9,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
// Stub VueRouter class interfaces | ||
declare type VueRouter = { | ||
declare interface VueRouter { | ||
app: Vue | ||
@@ -12,0 +12,0 @@ options: RouterOptions |
@@ -9,3 +9,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
// Stub VueRouter class interfaces | ||
declare type VueRouter = { | ||
declare interface VueRouter { | ||
app: Vue | ||
@@ -12,0 +12,0 @@ options: RouterOptions |
{ | ||
"name": "@intlify/vue-router-bridge", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Vue Router bridging for Vue 2 & Vue 3", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25549