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
<transition name="fade"> | |
<div v-show="areas.length <= 0 && busqueda && !cargando.lista" | |
class="notification is-warning has-text-centered"> | |
<h3 class="is-size-3">No hay resultados</h3> | |
<div> | |
<h1 class="icono-gigante"> | |
<i class="fas fa-search"></i> | |
</h1> | |
</div> | |
<p class="is-size-5"> | |
No hay resultados que coincidan con tu búsqueda | |
</p> | |
</div> | |
</transition> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment