openStreetMap

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-12 11:24:50 +07:00
parent 70b40cf36c
commit 23e44b01bd
4 changed files with 307 additions and 141 deletions

View file

@ -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",