Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

71
Vistas
Update vue-toast-notification library

I'm working with vue, I installed vue-toast-notification library.

This is my code:

this.$toast.info(`<i class="fa fa-cog fa-spin"></i> start`)
looping -> send req and res status
this.$toast.info(`<i class="fa fa-cog fa-spin"></i> Building... ${status}`)
end looping
this.$toast.info(`done!`)

Every toast building shows on a new line.

I wish to see only the relevant response, I don't want the notification to pop every time. I only wish to see that the update was made successfully.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

do you need create const toast like this:

  const toast = this.$toast.default(
     `<i class="fa fa-cog fa-spin"></i> start`,
      { duration: 0, dismissible: false }
  )

and update like this:

toast.message =`<i class="fa fa-cog fa-spin"></i> Building... ${status}`

after loop:

toast.message =`done!`
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda