25 questions
0
votes
0
answers
45
views
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 ...
0
votes
0
answers
42
views
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: "",
...
1
vote
1
answer
163
views
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
<vs-collapse class="p-0">
<vs-collapse-item :open="showAllTriggerRequirements" class="content-collapse p-0 item-header"&...
2
votes
2
answers
7k
views
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
...
1
vote
1
answer
3k
views
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 "/" ...
0
votes
2
answers
8k
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 ...
2
votes
0
answers
425
views
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 ...
0
votes
1
answer
259
views
Cannot sort date column in Vuesax data table
I need to apply a toggle sort on a datetime column in Vuesax data table I'm using. The toggle sort works on all other columns, except for the datetime column. My code is as follows (I've only written ...
0
votes
1
answer
255
views
which version of vue.js is required by vuesax?
I want to use vuesax on my first project and I fell in love with vuesax components. I am actually using Vue cli 2.
Which version of Vue is required by vuesax?
0
votes
0
answers
643
views
Expected 'v-bind:key' directive to use the variables which are defined by the 'v-for' directive
Hi I have meet the error as following, even I add the :key bind still show the error.
I have tried to add the key in the template but it show the error template cannot be keyed
ERROR MESSAGE : ...
1
vote
1
answer
3k
views
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 ...
1
vote
0
answers
191
views
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 ...
2
votes
2
answers
1k
views
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 ...
0
votes
1
answer
645
views
How can I use custom action on vs-upload?
405 Method Not Allowed
I'm getting this error and my request url is null tho i've set the callback
I've also tried @action="" but I got the same result
Request URL: http://localhost:8000/...
1
vote
1
answer
286
views
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.