From 1de4a16a028efd55826af08692ad1bb561fe4254 Mon Sep 17 00:00:00 2001 From: Sebastien Chopin Date: Wed, 6 Sep 2017 15:19:51 +0200 Subject: [PATCH] fix: Typo --- lib/app/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app/index.js b/lib/app/index.js index 35bd6d91fe..b6186eae01 100644 --- a/lib/app/index.js +++ b/lib/app/index.js @@ -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) }