xkjyeah / vue-google-maps

Google maps component for vue with 2-way data binding
https://xkjyeah.github.io/vue-google-maps/
1.88k stars 474 forks source link

Vite 2.5.4 compatibility issue #797

Open prosohail51214 opened 7 months ago

prosohail51214 commented 7 months ago

Hi, migrated my webpack based vue 2.6 project to Vite (2.5.4) with vite-plugin-vue. now I'm having issue with dynamic import of "infoWindow.vue" file, console error says "dynamic import /node_modules/vue2-google-maps/components/infoWindow.vue is not supported"

is there any workaround?

jonyedu commented 6 months ago

@prosohail51214 Hello, were you able to solve it?