vue-i18n-routing
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -686,3 +686,3 @@ var VueI18nRouting = function(exports, VueRouter3, vueDemi, vueI18nBridge) { | ||
var _a, _b; | ||
if (isV4Router()) { | ||
if (!isV4Router()) { | ||
return router.resolve(route); | ||
@@ -697,3 +697,3 @@ } | ||
if (_route == null) { | ||
return router.resolve(route); | ||
return route; | ||
} | ||
@@ -1199,3 +1199,3 @@ const _resolvableRoute = assign({}, route, _route); | ||
} | ||
const VERSION = "1.1.3"; | ||
const VERSION = "1.1.4"; | ||
exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL; | ||
@@ -1202,0 +1202,0 @@ exports.DEFAULT_DETECTION_DIRECTION = DEFAULT_DETECTION_DIRECTION; |
@@ -689,3 +689,3 @@ "use strict"; | ||
var _a, _b; | ||
if (isV4Router()) { | ||
if (!isV4Router()) { | ||
return router.resolve(route); | ||
@@ -700,3 +700,3 @@ } | ||
if (_route == null) { | ||
return router.resolve(route); | ||
return route; | ||
} | ||
@@ -1202,3 +1202,3 @@ const _resolvableRoute = assign({}, route, _route); | ||
} | ||
const VERSION = "1.1.3"; | ||
const VERSION = "1.1.4"; | ||
exports.DEFAULT_BASE_URL = DEFAULT_BASE_URL; | ||
@@ -1205,0 +1205,0 @@ exports.DEFAULT_DETECTION_DIRECTION = DEFAULT_DETECTION_DIRECTION; |
{ | ||
"name": "vue-i18n-routing", | ||
"description": "The i18n routing with using vue-i18n", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "dev": "vite", |
Sorry, the diff of this file is not supported yet
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
169660