Multiple Instances of GMapMap on the same page in separate components and vue instances #90
Unanswered
danimalweb
asked this question in
Q&A
Replies: 1 comment 7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a use case where we need to use this on separate Vue instances multiple times on a single page. Note they are also separate vue files.
Everything works great if I only have one of them on the page, but if I added more than one I get this error:
throw new Error('You already started the loading of google maps')
I've tried to check if google maps have already loaded by the other instance and only proceed if true but I'm having issues.
Can you help?
Beta Was this translation helpful? Give feedback.
All reactions