openStreetMap
This commit is contained in:
parent
70b40cf36c
commit
23e44b01bd
4 changed files with 307 additions and 141 deletions
|
|
@ -9,6 +9,7 @@ import "@vuepic/vue-datepicker/dist/main.css"
|
|||
|
||||
import "quasar/src/css/index.sass"
|
||||
import http from "./plugins/http"
|
||||
import OpenLayersMap from "vue3-openlayers";
|
||||
|
||||
// import './assets/main.css'
|
||||
|
||||
|
|
@ -25,6 +26,7 @@ app.use(Quasar, {
|
|||
},
|
||||
lang: th,
|
||||
})
|
||||
app.use(OpenLayersMap /* options */);
|
||||
|
||||
app.component(
|
||||
"datepicker",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue