diff --git a/src/main.js b/src/main.js index 7adcc24..03235d3 100644 --- a/src/main.js +++ b/src/main.js @@ -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'); \ No newline at end of file