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)
Vuex model update won't reload computed property
I have the following component to quickly configure stops on a delivery/pickup route and how many items are picked up and dropped
and this is the data model, note the 2 is the one next to 'a' on the ...

Camilo Casadiego
Votes: 0
Answers: 1
How do we upgrade our vue.js/jest tests past version 24? Things break a little at v26, more at v27
We're currently testing a vue.js app with jest 24.9.0, ts-jest 24.30, and @types/jest 24.9.1 . We see that jest is at v27 and I looked at upgrading, but things broke all over the place, so I backtrack...
Eric
Votes: 0
Answers: 1
vue component not displaying computed properties
This is a Vue3 project. When Domains.vue is mounted, getDomains is dispatched to vuex, and the data is properly set as indicated by vue dev tools.
For some reason, the data is not displayed in the tem...

anon says hello
Votes: 0
Answers: 2