Last active
July 18, 2024 14:42
-
-
Save Kcko/81ed0e289bebebbea4a01e97a102ce39 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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