Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 10, 2020 16:56
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/061ab224a9fb52a45532cd99894e76e1 to your computer and use it in GitHub Desktop.
Save parzibyte/061ab224a9fb52a45532cd99894e76e1 to your computer and use it in GitHub Desktop.
<div v-show="cargando.lista" class="notification is-info has-text-centered">
<h3 class="is-size-3">Cargando</h3>
<div>
<h1 class="icono-gigante">
<i class="fas fa-spinner fa-spin"></i>
</h1>
</div>
<p class="is-size-5">
Por favor, espera un momento
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment