Open leeobrum opened 2 months ago
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.
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.