add: draft top navigation, map
This commit is contained in:
parent
4051138da8
commit
9d74c34d40
12 changed files with 638 additions and 62 deletions
|
@ -7,6 +7,9 @@ import { createVuetify } from 'vuetify'
|
|||
import * as components from 'vuetify/components'
|
||||
import * as directives from 'vuetify/directives'
|
||||
|
||||
// vue3-openlayers
|
||||
import OpenLayersMap from "vue3-openlayers";
|
||||
|
||||
import App from '@/App.vue'
|
||||
import router from '@/plugins/router'
|
||||
|
||||
|
@ -15,4 +18,4 @@ const vuetify = createVuetify({
|
|||
directives,
|
||||
})
|
||||
|
||||
createApp(App).use(router).use(vuetify).mount('#app')
|
||||
createApp(App).use(router).use(vuetify).use(OpenLayersMap).mount('#app')
|
Loading…
Add table
Add a link
Reference in a new issue