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

80
Views
VueSax: no se pueden leer las propiedades de undefined (leyendo 'instalar') cuando se usan componentes individuales

Tengo el código exacto a continuación, es igual a la documentación que se presenta en vueSax al importar componentes individuales, pero parece que no funciona. En mi consola, aparece este error: TypeError: Cannot read properties of undefined (reading 'install')

Actualmente estoy usando Vue 2 y vuesax 4.0.1-alpha.25

 <template> <div class="playgrond2"> <vs-button>test</vs-button> </div> </template> <script> import Vue from "vue"; import { vsButton } from "vuesax"; import "vuesax/dist/vuesax.css"; Vue.use(vsButton); export default { name: "Playground2", }; </script>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Tuve el mismo problema con mi aplicación nuxtjs y lo solucioné eliminando los corchetes de la importación de componentes.

 import vsButton from "vuesax";
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!