How To View Specific Country #210
-
Example: ['France','United State',.....] |
Beta Was this translation helpful? Give feedback.
Answered by
WalidBouhsin9
Jan 13, 2024
Replies: 1 comment 1 reply
-
use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ra-heang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use the
:region="'country-code'"
attribute like this:region="'fr'"
Example :
<GoogleMap id="map" :region="'ma'" api-key="your-api-key"> </GoogleMap>