Questions tagged [vuesax]
26 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
2
votes
0 answers
Vuesax NavBar component failed to resolve component "vs-navbar-item"
I am currently using Vue.js and the Vuesax framework to create a webapp. I have everything installed through NPM. I am able to create router links and router views to display the data on different pages, however when I attempt to import the Navbar…

NingenIsu
- 35
- 5
2
votes
2 answers
How to use vuesax $vs.notify outside of vue component
I am using $vs.notify to show message that comes from db. So thought of using it in the actions.js. but getting error as TypeError: Cannot read property 'notify' of undefined. Is there any way that i could use it in action.js file.
used code is…

Basavaraja Kumbar
- 21
- 1
1
vote
1 answer
open props in vs-collapse-item tag is being updated but the update doesn't update/re-render the UI in vuesax
Code in template Tag

Abdullah Ch
- 1,678
- 1
- 13
- 31
1
vote
1 answer
Nuxt Error : Cannot read properties of null (reading 'addEventListener') default.vue and index.vue not rendering
I'm using nuxt.js and vuesax as an UI framework, I did modify my default.vue in /layouts with a basic navbar template exemple from vuesax.
Then I used @nuxtjs/router-extras to rename my "/" and redirect it to /login, I also used a vuesax input type…

HDS_frenchguy
- 109
- 9
1
vote
1 answer
Vue warn - Cannot read property indexOf of undefined
At first to point, i have seen a lot of similar problems here on stackoverlow, but no one is relatable to this example...
I am working on Vue JS project + Laravel so everything was going smoothly but suddenly i got error that cannot solve (from my…

Martin M
- 111
- 1
- 12
1
vote
0 answers
vue vuejs - vuesax sidebar component does not appear properly
is anyone can help me to with this components?
I've tried to create my own component but I can only see this:
into my code:
I copied the code from the link into a component and called the component in my app.
I dropped this in the head:

yehezkel horoviz
- 11
- 2
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
1
vote
2 answers
Vuesax Vx-Select component doesn't show selected label
I'm using NuxtJs v2.14 with vuesax v4.0.1-alpha.25 by npm.
While I'm using these section code to create my loop for v-select, this component doesn't show me selected label after choosing one of created options.
I tried and tested it by mobile…

Milad Mohammadi
- 176
- 1
- 9
1
vote
0 answers
How i can upload image with vs-upload to data?
i have problem in my project , in vs-upload i cannot append after img selected to data
for example

Hussain Mousavi
- 11
- 2
- 5
1
vote
1 answer
VueSax Notifications displayed wrongly
somehow the notifications I want to use from vuesax@next are displayed wrong... maybe it is my fault or it is because of the alpha status form vuesax? here's the code: (I copied it directly from the documentation...)
openNotification (title_, text_)…

unnamed-dev
- 165
- 8
0
votes
0 answers
vuesax The data of tables and buttons made with vue do not change. And when I click on the table, I get an error
I used vuesax.I'm using vuesax tables, but I have two problems.
First, there is a green button on the table. When I press this button, the button value should change, but it doesn't. However, the value changes are printed well in the console. html…

user19395617
- 81
- 6
0
votes
0 answers
vuesax table element styles disappear
If you go to page 2 and go to page 1 again, the table that disappeared appears in white.
disappeared 'element.style {}' is not returned. Is there any way to keep this? I tried to control it by adding a class, but it failed. I think it's probably…

user19395617
- 81
- 6
0
votes
0 answers
vuesax put in vue api data table
https://codepen.io/oxy1023/pen/gOKzbBL
methods: {
datas() {
var vm = this;
axios
.get(`http://115.145.177.104:1807/machinerepairhistory`, [
{
company: "",
factory: "",
repairno: "",
model_group: "",
…

user19395617
- 81
- 6
0
votes
2 answers
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…

Sylleth
- 25
- 1
- 5