python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Vue not reacting to a change as it should - only reacts after another action performed
I'm trying to programatically toggle a class on a vuetify card.
I am toggling it based on a value on the user that is in a for loop.
I have this code which tells the card to apply a class if member.to...
user3706091
Votes: 0
Answers: 1
how can i fetch a normal String to the data in Vue?
I am calling the following backend String :
"hello there"
And as a frontend i am using Vue
<script>
export default {
name: "test",
data() {
return {
r:'',
...
law kira
Votes: 0
Answers: 2
How to measure a vue js component's library performance?
Currently I have a library that holds components that I share between different repositories, the library is made with Vue and it has material design components, like the material-vue library (buttons...
david.hrra
Votes: 0
Answers: 0
Use V-IF and V-FOR in a HTML table (VUE3)
Hello guys I'm currently working on an Monitoring application for my company.
So I'm trying to use V-if and V-for in a table
My code looks like this:
<tbody v-for="server in servers" ...

Marc Andrew
Votes: 0
Answers: 3