Theme not work #232
-
I got warning about styles Invalid prop: type check failed for prop "styles". Expected Array, got String with value "aubergine"
whats wrong about this code? Sample code I using developer mode API google map |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Please make sure you're using the latest version. Themes should now be imported from Note that you'll need an API key for themes to work correctly |
Beta Was this translation helpful? Give feedback.
-
thanks a lot, i will try |
Beta Was this translation helpful? Give feedback.
Hi @teguhsatria892
Please make sure you're using the latest version. Themes should now be imported from
vue3-google-map/themes
and passed through thestyles
prop. Example:https://codesandbox.io/s/vue3-google-map-demo-forked-7hriki?file=/src/App.vue
Note that you'll need an API key for themes to work correctly