Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 10, 2020 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/143550b154e1c80d29db7df6b660f466 to your computer and use it in GitHub Desktop.
Save parzibyte/143550b154e1c80d29db7df6b660f466 to your computer and use it in GitHub Desktop.
<transition name="fade">
<div v-show="areas.length <= 0 && !busqueda && !cargando.lista"
class="notification is-info has-text-centered">
<h3 class="is-size-3">No hay áreas</h3>
<div>
<h1 class="icono-gigante">
<i class="fas fa-box-open"></i>
</h1>
</div>
<p class="is-size-5">
Parece que no has agregado ninguna área. Registra una haciendo click en el botón
<strong>Agregar</strong>
</p>
</div>
</transition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment