diff --git a/index.js b/index.js index 9789abd..0f0c3c7 100644 --- a/index.js +++ b/index.js @@ -288,6 +288,7 @@ function restoreState (vm, state, isRoot) { restoreState(c, state.children[i]) }) } + vm.$options._context._callHook('hotreload') if (isRoot) { Vue.config.async = oldAsyncConfig }