@factor/app
Advanced tools
Comparing version 1.3.3 to 1.3.5
{ | ||
"name": "@factor/app", | ||
"version": "1.3.3", | ||
"version": "1.3.5", | ||
"license": "GPL-2.0", | ||
@@ -17,3 +17,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "c79ca9e3775ed52e745ccc3224ea8ed36a4303ed" | ||
"gitHead": "07a4b0d51964b85c29a40f09c33977a74276e6bf" | ||
} |
@@ -25,5 +25,6 @@ import Vuex from "vuex" | ||
// prime the store with server-initialized state. | ||
// the state is determined during SSR and inlined in the page markup. | ||
// Make sure this is done after store modules are setup and added | ||
/** | ||
* prime the store with server-initialized state. | ||
* the state is determined during SSR and inlined in the page markup. | ||
*/ | ||
if (typeof window != "undefined" && window.__INITIAL_STATE__) { | ||
@@ -30,0 +31,0 @@ __store.replaceState(window.__INITIAL_STATE__) |
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
672
45798