@iy4u/common-client-lib
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@iy4u/common-client-lib", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "IY Foundation Common Library", | ||
@@ -5,0 +5,0 @@ "author": "IY Foundation Development <dev@iy4u.com>", |
@@ -115,3 +115,3 @@ const $lcamelCase = require('lodash.camelcase'); | ||
if (Object.keys(router_obj).length) { | ||
this.$router.push(router_obj).catch(err => { | ||
this.$router.replace(router_obj).catch(err => { | ||
throw new Error(`routerMixin.js -> ${prefix}RouteChange -> $router.push: ${err}.`); | ||
@@ -118,0 +118,0 @@ }); |
Sorry, the diff of this file is not supported yet
239563