Skip to content

Commit

Permalink
refactor(manager): 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
noctesilente committed Jun 6, 2024
1 parent 6f3cf5c commit b2780ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import 'bootstrap-vue-3/dist/bootstrap-vue-3.css';
const app = createApp(App);

app.use(router);
app.use(createStore(store))
app.use(createStore(store));
app.use(store);
app.use(BootstrapVue3);
app.mount('#app');

0 comments on commit b2780ee

Please sign in to comment.