Questions tagged [vuesax-4]

4 questions
2
votes
2 answers

Vuesax 4 Error: Cannot find module 'chalk'

I want to create a web app with Vue 3 and use UI Framework Vuesax version 4. I'm trying to use vuesax@next (4.x) with Vue 3 and when I execute npm install vuesax@next I got an error npm ERR! code 1 npm ERR! path C:\Users\Game…
user14557497
1
vote
1 answer

Vuesax router link

How to create a vuesax router link? Any answer would be appreciated. What I tried: Adding to="/path" to vuesax-navbar__item, but it does not trigger class change.
Daniel
  • 93
  • 7
0
votes
1 answer

Vuejs select option submits the form

I am using vuesax 4 and I have select options in my form but each time I select an option it submits my form! how to prevent that of happening? Code HTML
mafortis
  • 6,750
  • 23
  • 130
  • 288
-2
votes
1 answer

How to use Vuetify with Angular +7 or +9?

I need to use UI Components Vuetify with Angular, I use VueCustomElement with angular and work successfully but I tried to add Vuetify but I got some errors like missing $attr, $ ...etc. I need to add Vuesax, Quaser, or Vuetify because I love it. I…