started to open concernement on map click
This commit is contained in:
@@ -12,6 +12,8 @@ const app = createApp(App)
|
||||
// https://vuejs.org/guide/components/provide-inject.html#provide
|
||||
app.config.unwrapInjectedRef = true;
|
||||
|
||||
app.use(createPinia())
|
||||
const pinia = createPinia()
|
||||
pinia.use( ({store}) => { store.router = router } )
|
||||
app.use(pinia)
|
||||
app.use(router)
|
||||
app.mount('#app')
|
||||
|
Reference in New Issue
Block a user