mIGRATED TO VUE
This commit is contained in:
10
src/main.js
Normal file
10
src/main.js
Normal file
@ -0,0 +1,10 @@
|
||||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
|
||||
import OpenLayersMap from 'vue3-openlayers'
|
||||
import 'vue3-openlayers/dist/vue3-openlayers.css'
|
||||
|
||||
const app = createApp(App);
|
||||
app.use(OpenLayersMap)
|
||||
|
||||
app.mount('#app')
|
Reference in New Issue
Block a user