Add gallery to app
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user