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

612
Views
'v-model' directives require the attribute value which is valid as LHS

I have a Vue application and there is a table where every row has its own id. Then I need to show/hide some elements according condition in v-model directive which compare row id with value in model. The code looks like

<b-loading v-model="actionLoading === table.row.id"></b-loading>

But this code throws me an error:

'v-model' directives require the attribute value which is valid as LHS

Can somebody tell me please how to solve this problem? Every row has its own condition based on row id.

Thanks for help.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Try active prop instead of v-model

<b-loading :active="actionLoading === table.row.id"></b-loading>
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!