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

90
Views
VueSax: Cannot read properties of undefined (reading 'install') when using Individual Components

I have the exactly code below, it's like equal to the documentation that it's presented in vueSax when importing individual components, but it does not seems to work. In my console it's printed this error: TypeError: Cannot read properties of undefined (reading 'install')

I'm currently using Vue 2 and 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

I had the same issue with my nuxtjs app and fixed it by removing brackets from component import.

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!