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

1650 questions
0
votes
0 answers

The bootstrap-vue does not appear

I need to create a modal that pop-ups when the button is clicked; i tried with bootstrap-vue, following the documentation but it didn't worked. I put in my vue project but it doesn't work. The button is there, but when i click the modal doesn't…
0
votes
1 answer

'v-b-modal' and 'v-b-toggle' directives not working together

With this button options working only v-b-toggle directive. If comment one of them(either v-b-modal or v-b-toggle) everything works well(e.g. if comment toggle directive, modal directive starts working)
akim lyubchenko
  • 247
  • 4
  • 8
0
votes
1 answer

v-for components not rendering on production machine but works locally

I'm trying to dynamically render bootstrap tabs (b-tabs) using vue's v-for. Works like a charm on my local machine, but fails to render on when pushed to production. I've used the vue chrome debugger to confirm that all of my backend data is…
Luke
  • 13
  • 3
0
votes
1 answer

Variables binded to fields of b-table

Lately I came across a problem with bootstrap-vue table and it's items. I made a table with items object. I also have couple of variables, which I wanted to be a part of the table items. I want to use variables as v-model of checkbox inputs in…
0
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: