Add gallery to app

This commit is contained in:
2021-09-26 21:05:48 +02:00
parent 2f61e1342e
commit c2480ea73c
13 changed files with 152134 additions and 28 deletions

View File

@@ -186,6 +186,8 @@
<div v-if="host == 'strecha'">
<div class="h4 mt-3 bg-info">Aktuálny obrázok z kamery</div>
<img class="img-fluid" src="{{ url('upload/images/camera.jpg') }}" alt="" title="" />
<div class="h4 mt-3 bg-info">Galeria za aktualny deň</div>
<vue-picture-swipe :items="{{ json_encode($items) }}"></vue-picture-swipe>
</b-tabs>
</div>
</div>