Problem with vue2-google-map and ssr
-
Hello.
I’m trying use the component vue2-google-map (https://www.npmjs.com/package/vue2-google-maps) in a site with ssr, but not working, this the error:
Error (500)
render function or template not defined in component: map-casaIn mode SPA there not problem, is only un mode ssr.
Thanks
-
@jhon , could you please share your code for implementing in Quasar?
-
Try this in your boot:
{ server: false, path: 'googlemaps' },