fix error package

This commit is contained in:
Warunee Tamkoo 2023-09-29 15:20:38 +07:00
parent 060be9b843
commit ce05548bc5
2 changed files with 3 additions and 9 deletions

View file

@ -9,7 +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 OpenLayersMap from "vue3-openlayers";
// import './assets/main.css'
@ -26,7 +26,7 @@ app.use(Quasar, {
},
lang: th,
})
app.use(OpenLayersMap /* options */);
// app.use(OpenLayersMap /* options */);
app.component(
"datepicker",