Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

69
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!