Skip to content

Issue: Custom map styling is only visible for one second and then changes back to default. #78

Answered by fawmi
felixranesberger asked this question in Q&A
Discussion options

You must be logged in to vote

@felixranesberger
As i can see, you do not have Maps API key, this overwritten styles are shown over maps without a valid key.
Have you provided a valid API key while initiating the plugin?

app.use(VueGoogleMaps, {
    load: {
        key: 'YOUR_API_KEY_COMES_HERE',
    },
}).mount('#app')

Look at developer console, if you have some errors.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@felixranesberger
Comment options

@fawmi
Comment options

@felixranesberger
Comment options

Answer selected by felixranesberger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants