Skip to content

Commit 28a3c4a

Browse files
bonne nuit
1 parent 025501d commit 28a3c4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

example/main.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ const router = createRouter({
1717
routes
1818
});
1919

20-
const app = createApp(App);
21-
app.use(store);
22-
app.use(router);
23-
app.use(ElementPlus);
24-
app.component("rawDisplayer", rawDisplayer);
20+
const app = createApp(App)
21+
.use(store)
22+
.use(router)
23+
.use(ElementPlus)
24+
.component("rawDisplayer", rawDisplayer);
2525
router.isReady().then(() => app.mount("#app"));

0 commit comments

Comments
 (0)