src/main.ts @@ -10,6 +10,8 @@ // import EventBus from './utils/EventBus' const app = createApp(App) app.use(createPinia()) @@ -19,3 +21,5 @@ app.mount('#app')