Skip to content

Commit 2265753

Browse files
committed
ADD: Router is ready
1 parent b5ebcfc commit 2265753

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ import "bootstrap/scss/bootstrap.scss";
77
import "bootstrap-icons/font/bootstrap-icons.css";
88

99
const app = createApp(App).use(router);
10-
app.mount("#app")
11-
//router.isReady().then(() => app.mount("#app"));
10+
router.isReady().then(() => app.mount("#app"));

0 commit comments

Comments
 (0)