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

@ -23,28 +23,22 @@
"@fullcalendar/vue3": "^6.0.1",
"@quasar/extras": "^1.15.8",
"@tato30/vue-pdf": "^1.5.1",
"@types/geojson": "^7946.0.10",
"@vuepic/vue-datepicker": "^3.6.3",
"bma-org-chart": "^0.0.7",
"keycloak-js": "^20.0.2",
"moment": "^2.29.4",
"ol": "^7.5.2",
"ol-contextmenu": "^5.2.1",
"ol-ext": "^4.0.11",
"pinia": "^2.0.29",
"quasar": "^2.11.1",
"structure-chart": "^0.0.9",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vue3-datepicker": "^0.3.4",
"vue3-openlayers": "^1.2.2",
"vue3-pdfjs": "^0.1.6"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.3.0",
"@rushstack/eslint-patch": "^1.1.4",
"@types/jsdom": "^20.0.1",
"@types/leaflet": "^1.9.4",
"@types/node": "^18.11.12",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
@ -67,4 +61,4 @@
"vue-table-to-excel": "^1.0.6",
"vue-tsc": "^1.0.12"
}
}
}

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