Skip to content

Commit 3a9922e

Browse files
authored
Revert "Add router.onReady to Final State Injection (#251)" (#291)
This reverts commit 4392a2c.
1 parent 4392a2c commit 3a9922e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/guide/data.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,7 @@ if (window.__INITIAL_STATE__) {
189189
store.replaceState(window.__INITIAL_STATE__)
190190
}
191191

192-
router.onReady(() => {
193-
app.$mount('#app')
194-
});
192+
app.$mount('#app')
195193
```
196194

197195
## Store Code Splitting

0 commit comments

Comments
 (0)