MelihAltintas / vue3-openlayers

Web map Vue 3.x components with the power of OpenLayers
https://vue3openlayers.netlify.app/
MIT License
629 stars 120 forks source link

When I install on my project #340

Open metaKHT opened 2 months ago

metaKHT commented 2 months ago

when I do ' npm i '

src/main.ts:45:9 - error TS2345: Argument of type '{ install: FunctionPlugin<any[]>; }' is not assignable to parameter of type 'Plugin<[]>'. Type '{ install: FunctionPlugin<any[]>; }' is not assignable to type 'FunctionPlugin<[]>'. Type '{ install: FunctionPlugin<any[]>; }' is not assignable to type '(app: App) => any'. Type '{ install: FunctionPlugin<any[]>; }' provides no match for the signature '(app: App): any'.

45 app.use(OpenLayersMap);



         I can't use it.
d-koppenhagen commented 1 month ago

pleas give more context for investigation: