Skip to content

Instantly share code, notes, and snippets.

@Kcko
Last active July 18, 2024 14:42
Show Gist options
  • Save Kcko/81ed0e289bebebbea4a01e97a102ce39 to your computer and use it in GitHub Desktop.
Save Kcko/81ed0e289bebebbea4a01e97a102ce39 to your computer and use it in GitHub Desktop.
<aw-alert v-for="flash in {$control->getVueDataVar('flashes')}" :type="flash.type">{_}Je to správně? Zkuste číslo opsat ještě jednou.{/_}</aw-alert>
<template v-for="image in $presenter.voucher.photos" :key="image.id">
<aw-img src="/assets/temp/enjoyment-1.jpg" class="rounded-ambi" :image="image" size="1230x870x8" />
</template>
<div class="Filters justify-center">
<ambi-filter-tag
v-for="(filter, index) in $controls['filterTagsList'].filters"
:key="index"
:filter="filter"
filter-url
class="FilterTag -Xs mb-2 lg:mb-4 mr-2 lg:mr-4"
/>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment