chore: typo

pull/203/head
Anthony Fu 5 years ago
parent 049f61e628
commit aec02a3808

@ -113,7 +113,7 @@ function shouldHotReload(payload: any): boolean {
if (inBrowser) { if (inBrowser) {
const { app, router } = createApp() const { app, router } = createApp()
// wait util page component is fetched before mounting // wait until page component is fetched before mounting
router.go().then(() => { router.go().then(() => {
app.mount('#app') app.mount('#app')
}) })

Loading…
Cancel
Save