Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.78 KB | None | 0 0
  1. <div class="swiper-container">
  2.         <div  id="app" class="swiper-wrapper">
  3.             %{--<div>--}%
  4.             <div v-for="agenda in agendas" class="swiper-slide card grey darken-1">
  5.                 <div class="card-content white-text" v-bind:classe="{classObject}">
  6.                     <span class="card-title">{{ agenda.numeroSala }}</span>
  7.                     <p>
  8.                         <button v-bind:disabled="isButtonDisabled" class="btn btn-small white black-text btnHorario"
  9.                                v-for="tempo in agenda.horarioSala">{{ tempo }}</button>
  10.                     </p>
  11.                 </div>
  12.             </div>
  13.             %{--</div>--}%
  14.         </div>
  15.         <!-- Add Pagination -->
  16.     <br>
  17.         <div class="swiper-pagination"></div>
  18.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement