Questions tagged [bootstrap-vue]

Provides implementation of Bootstrap v4.3 components and grid system for Vue.js 2.6+

Bootstrap-Vue

With BootstrapVue you can build responsive, mobile-first, and ARIA accessible projects on the web using Vue.js and the world's most popular front-end CSS library — Bootstrap v4

Resources

1266 questions
-1
votes
1 answer

How to add vue.js component multiple times @click?

I'm new to Vue and have been trying to figure this out for days without finding a solution that works... How do I add an external vue-component multiple times @click on button? Hopefully my pseudo-code below will explain what i'm trying to…
Jasigavi
  • 3
  • 1
-1
votes
0 answers

$event.target.select() is not working on some browsers including Safari

$event.target.select() is not working on some browsers including Safari
user12009061
-1
votes
2 answers

bootstrap vue (b-form-rating) shows blue outline when clicked in chrome browser

An annoying blue outline appears every time I do a click on a b-form-rating component. Any ideas of how to get rid of this? Nothing that I've tried so far has helped.
iLLia12
  • 1
  • 2
-1
votes
1 answer

How do i customize nav-item element only in my active page

I'm new to Vue.js and Nuxt and I want to have my background img (blue line in top of items) only in my active page (e.g contact page) this is my HTML code : ACCUEIL
Amine
  • 25
  • 2
-1
votes
1 answer

Understanding how to properly add pagination with Bootstrap vue

I'm using Vue and Vue Bootsrap. I wrote the following code:
vesii
  • 1,945
  • 8
  • 27
-1
votes
2 answers

Change Color Of Bootstrap Vue Collapsed Navbar Icon

I have integrated Bootstrap Vue into my project and am having a hard time customizing it. Specifically, I am talking about the Navbar component. I have read the documentation and saw that I can apply a variant to the navbar that will define the…
tomerpacific
  • 3,092
  • 8
  • 22
  • 41
-1
votes
3 answers

Why isn't my image displaying, this is my first time using vue?

I'm trying to insert my image using a b-img tag. (I'm using the bootstrap-vue library) When I do so, all I get is the little image icon. Here is my code: