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

Can't render map in storybook #779

Open tpliakas opened 3 years ago

tpliakas commented 3 years ago

Hello all.

I have a working map component and tried to add it to storybook. I get errors like Unknown custom element <GmapMap> Unknown custom element <GmapMarker> Unknown custom element <GmapInfoWindow>. Tried to add different imports inside the story file but I couldn't get it to work and also had a look at https://github.com/xkjyeah/vue-google-maps/issues/437

Does anyone have any idea on what to do in my story file to render the map?