fix: Typo

This commit is contained in:
Sebastien Chopin 2017-09-06 15:19:51 +02:00
parent 79a64df422
commit 1de4a16a02

View File

@ -137,7 +137,7 @@ async function createApp (ssrContext) {
<% if (store) { %>
if (process.browser) {
// Replace store state after calling plugins
// Replace store state before plugins execution
if (window.__NUXT__ && window.__NUXT__.state) {
store.replaceState(window.__NUXT__.state)
}