forked from potsda.mn/mobilizon
title-image popup in event view
3rd step
This commit is contained in:
parent
81076d9248
commit
f54a90d79d
12
js/src/views/Event/Event.vue
Executable file → Normal file
12
js/src/views/Event/Event.vue
Executable file → Normal file
|
@ -453,6 +453,18 @@
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</b-modal>
|
</b-modal>
|
||||||
|
<b-modal
|
||||||
|
:close-button-aria-label="$t('Close')"
|
||||||
|
class="map-modal"
|
||||||
|
v-if="event.picture"
|
||||||
|
:active.sync="showImage"
|
||||||
|
has-modal-card
|
||||||
|
:can-cancel="['escape', 'outside']"
|
||||||
|
>
|
||||||
|
<template #default="props">
|
||||||
|
<event-headline :image="event.picture.url" @close="props.close" />
|
||||||
|
</template>
|
||||||
|
</b-modal>
|
||||||
<b-modal
|
<b-modal
|
||||||
:close-button-aria-label="$t('Close')"
|
:close-button-aria-label="$t('Close')"
|
||||||
class="map-modal"
|
class="map-modal"
|
||||||
|
|
Loading…
Reference in a new issue