Fix typo in lib/app/index.js (#1539)

This commit is contained in:
Wu Haotian 2017-08-31 14:27:52 +08:00 committed by Pooya Parsa
parent 63bc512d73
commit e2a18d76da
1 changed files with 1 additions and 1 deletions

View File

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