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
Как то так:
<yandex-map v-if="issues" :settings="ymap_settings.init" :coords="ymap_settings.coords" :zoom="10" :cluster-options="ymap_settings.cluster_options" show-all-markers > <ymap-marker :coords="[i.coordinates.lat, i.coordinates.long]" :cluster-name="1" :balloon="{ header: 'Заявка № ' + i.id, body: 'Контент', footer: 'Футер' }" v-for="i in issues" :marker-id="i.id" :key="i.id" @balloonopen="bindListener(i.id)" @balloonclose="unbindListener(i.id)" > <IssueCard :issue="i" :iscard="false" slot="balloon"/> </ymap-marker> </yandex-map>
и все отображается:
если для карты(<yandex-map >) включить "use-html-in-layout", то контент перестает отображаться
<yandex-map >
The text was updated successfully, but these errors were encountered:
Спасибо, проверю.
Sorry, something went wrong.
В итоге все рендерится как то так:
No branches or pull requests
Как то так:
и все отображается:
если для карты(
<yandex-map >
) включить "use-html-in-layout", то контент перестает отображатьсяThe text was updated successfully, but these errors were encountered: