python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to change the border variant of a selected Bootstrap Vue card when clicked in v-for
I have my b-card and v-for showing and functioning mostly as desired, the one issue I'm running into is changing the border-variant of a card that is selected. So far I have tried nesting the v-for th...
AdamBrashear
Votes: 0
Answers: 2
Hover effect isn't working on the pseudo element
Trying to add hover effect on the pseudo element (on the bottom arrow as well the whole border around) but it doesn't effects and looks like the image below with white arrow and black square, what I a...
Ayesha
Votes: 0
Answers: 1
Vuetify Table - Filter out specific row
I have a table
<v-simple-table class="condition-table">
<template v-slot:default>
<thead>
<tr>
<th class="text-left&q...
code-8
Votes: 0
Answers: 3
The file selection window does not open vuejs
I just need to open a window with a file selection. Why doesn't it open? here is my code. Thank you!
<input type="file" @change="imageFileNew" class="form-control" >...
Exotic
Votes: 0
Answers: 1