Comparing version 1.4.2 to 1.4.3
@@ -36,5 +36,7 @@ 'use strict'; | ||
// make sure to notify vue of changes (this might break with new vue versions) | ||
if (state.translations.__ob__) { | ||
state.translations.__ob__.dep.notify(); | ||
} | ||
try { | ||
if (state.translations.__ob__) { | ||
state.translations.__ob__.dep.notify(); | ||
} | ||
} catch (ex) {} | ||
}, | ||
@@ -41,0 +43,0 @@ |
@@ -34,5 +34,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { | ||
// make sure to notify vue of changes (this might break with new vue versions) | ||
if (state.translations.__ob__) { | ||
state.translations.__ob__.dep.notify(); | ||
} | ||
try { | ||
if (state.translations.__ob__) { | ||
state.translations.__ob__.dep.notify(); | ||
} | ||
} catch (ex) {} | ||
}, | ||
@@ -39,0 +41,0 @@ |
@@ -40,5 +40,7 @@ (function (global, factory) { | ||
// make sure to notify vue of changes (this might break with new vue versions) | ||
if (state.translations.__ob__) { | ||
state.translations.__ob__.dep.notify(); | ||
} | ||
try { | ||
if (state.translations.__ob__) { | ||
state.translations.__ob__.dep.notify(); | ||
} | ||
} catch (ex) {} | ||
}, | ||
@@ -45,0 +47,0 @@ |
{ | ||
"name": "vuex-i18n", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Easy localization for vue-components using vuex as data store", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
55953
1138
3040