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

158
Views
[Advertencia de Vue]: error en el procesamiento: "Error de tipo: no se pueden leer las propiedades de undefined (leyendo '$ lang')"
<Row> <i-col :span="8"><p class="item_key">{{ this.$lang.ui.m024 }}</p></i-col> <i-col :span="16"> <Checkbox v-model="permissions" v-for="item in permissionsList" :value="item.value" :key="item.value" :name="item.name" > {{ this.$lang.ui.m024 }} </Checkbox> </i-col> </Row>

para el primer {{ this.$lang.ui.m024 }}, funciona bien en la página web, pero para el {{ this.$lang.ui.m024 }} en el Checkbox, tiene un error: [Vue advertir]: Error en el procesamiento: "Error de tipo: no se pueden leer las propiedades de undefined (leyendo '$ lang')"

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

0

Intente poner su String en una <p> -Etiqueta como la siguiente:

 <Checkbox v-model="permissions" v-for="item in permissionsList" :value="item.value" :key="item.value" :name="item.name"> <p>{{ this.$lang.ui.m024 }}</p> </Checkbox>

y luego cambia esto en tu <style> :

 .checkbox input, .checkbox p { display: inline-block }

Espero que esto funcione para usted, ¡por favor hágamelo saber!

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!