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
2 answers

input value in vuejs using css :not[value=""]

I'm using Bootstrap-Vue in a VueJS project, and it's being impossible using a class.. I have the next input
Izaskun DA
  • 39
  • 2
  • 7
0
votes
2 answers

How to I call 2 variables in Vuejs?

I am using Vuejs. And I want to call 2 variables. How should I do? These are my real codes. (I want to add a codes that will hide the (x) button in a modal with a class [.close]) I edited my previous post. Sorry 'bout that. window.app = new…
0
votes
0 answers

Vue.js + Bootstrap-vue, table data loading from Firebase

I have been working with Vue.js/Vuex/Bootstrap-vue/Firestore, and have been getting into issues getting data from Firestore to populate the Bootstrap-vue table. Seems like vue needs a refresh, or the firing order isn't the right timing. The reason I…
Justin
  • 2,502
  • 7
  • 42
  • 77
0
votes
0 answers

How to properly parse file name from B-form-file dynamic component in BootstrapVue

I am using the BootstrapVue tag to display components given their name and other properties. My generic component looks like this: I have a .js file where I…
0
votes
3 answers

Cant set ID value for a tag inside a tag

I am trying to set a value of the v-for loop as the ID value of the tag inside the for loop.
SM079
  • 412
  • 2
  • 7
  • 20
0
votes
1 answer

Scrolling to the bottom of a div is not working

I'm trying to scroll a div to their bottom when some button is clicked (chat context) but it's not working properly In this chat i need to show the message at the top on start and when i get more content scroll automatically to the bottom showing…
GabrieRabelo
  • 67
  • 11
0
votes
1 answer

Vue.js and OMDb pages with router

Im trying to use bootstrap-vue pagination nav, so that when I change the page on the page button, that change would be passed into ajax call based on the requested page. My router: export default new Router({ routes: [ { path:…
Tuuchen
  • 97
  • 4
  • 10
0
votes
3 answers

Bootstrap image asset not processed for props style attribute on Vue Component (Nuxt.js)

I have been trying to import an image asset relative path to a banner component. The following works just fine. On html, I see it rendered as this
0
votes
1 answer

How to invoke component method from store.js

I have Login.vue component which has method postData() postData() { this.$store.dispatch('doLogin', fdata) }, doLogin is in store.js actions: { doLogin({ commit }, loginData) { commit('loginStart'); …
user2401543
  • 1,059
  • 11
  • 19
0
votes
0 answers

Loop inside modal Bootstrap Vue js

I have a detail about an object inside my object fetched from the API. I would like to add a loop inside of the modal to show the details when I click. data: function() { return { fields: [ { key: 'customerOrderDelay', label:…
0
votes
1 answer

How to assign a v-model on v-for (from bootstrap vue example)

I am using vue-bootstrap to make some input fields using a v-for directive. What I am trying to do is basically the same example provided in this link but I can't figure out how to get the data that I collect into a v-model directive (I mean, get…
mgXD-2
  • 102
  • 7
0
votes
1 answer

Bootstrap-vue components not imported when importing an npm package from local

Okay so maybe this has a fairly simple explanation which I don't know how to look up, but here's my conundrum: if I publish my project (my-navigation) to the npm registry and then npm install it in another project (my-vue-app), it works all great,…
Doug Judy
  • 49
  • 5
0
votes
1 answer

Display issue of card in carousel (Bootstrap)

I'm programming a survey in bootstrap vue. When i'm trying to display the carousel the chrome inspector tells me that the height is 0, but when i change it, it just display a gray square with carousel property but not shown my cards. Thank's you for…
0
votes
1 answer

I want to bring my b-card element to the front of an component

I have a b-card component that is delivered with the bootstrapvue framework. But it will not show for some reason. What exactly am i doing wrong? BlankBody is a component that contains a background that i will use for multiple…
Axel
  • 81
  • 2
  • 9
0
votes
1 answer

How to retrieve path of file in input type file (with multiple files) in Bootstrap-Vue

I am trying to build a form, with multiple image upload. In my JSON object i need to get Path of the images when input selections are made. In bootstrap-vue you can get file.name image.png that is the image name, but i need the full path like…
Mohammed
  • 121
  • 2
  • 8