We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today I can only add a few options with the content, for example:
<AdvancedMarker :key="i" v-for="(m, i) in markerOptions" :options="{ position: m }" @click="toggleInfoWindow(m)" > <InfoWindow :options="{ content: sInfoContent }" /> </AdvancedMarker> const toggleInfoWindow = (viewMarker: any) => { sInfoContent.value = ( `<div style="text-align: center"> <label style="margin-bottom: 5px">Data da Visita</label> <div style="margin-top: 5px"> ${viewMarker.sData} </div> </div>` ) }
I would like to give the implementation idea, so we can change the title.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Today I can only add a few options with the content, for example:
I would like to give the implementation idea, so we can change the title.
The text was updated successfully, but these errors were encountered: