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
Expand v-btn-toggle to 100% width of container
I'm using vuetify and a v-btn-toggle. I'd like to have the buttons expand to 100% of the container they are in. I figure there's a way to do this using aspects of vuetify instead of custom css, but ...
sonicblis
Votes: 0
Answers: 1
How can I use a single search bar to filter two tables?
I have a Vue2 app, on one of the pages I have a pair of data tables. Each table is behind a tab, allowing users to select which they want. What isn't behind a tab is the search bar, that I kept separa...
M. Straw
Votes: 0
Answers: 1
Two white blinking dots on HTML element in Chrome when using a box-shadow
I am developing my own component library for vuejs2 and I have chosen to use box-shadow instead of borders (for a little more flexibility, yes it isn´t the best I know, but looks and works better for ...
Daniel Terletzkiy
Votes: 0
Answers: 0