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) {
const { app, router } = createApp()
// wait util page component is fetched before mounting
// wait until page component is fetched before mounting
router.go().then(() => {
app.mount('#app')
})

Loading…
Cancel
Save