From aec02a38081f4f34cade8134d2ff73fa27a5fa3e Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 9 Jan 2021 00:14:51 +0800 Subject: [PATCH] chore: typo --- src/client/app/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/index.ts b/src/client/app/index.ts index d878a84f..5eb688e3 100644 --- a/src/client/app/index.ts +++ b/src/client/app/index.ts @@ -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') })