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

250
Views
Vue JS - Issue with watching multiple data at once

I have included a multiple watcher in one of my components.In computed property,

   changeData() {
     const { propA, propB } = this
     return {
       propA,
       propB,
     }
   },

In watch,

changeData: {
  handler: function(val) {
    //Execute
  },
  deep: true
}

So, the issue being. Whenever one of the two data changes, callback function is called as expected.

But, suppose I have a flag set, using which I am calling an API and assigning data to these variables, I don't know how many times these get executed.

I want to know when the watcher stops after data from API is assigned to respective variables. I need to perform an operation, once watcher stops.

about 4 years ago · Juan Pablo Isaza
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!