Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
43 views

I have standard v-for like so (using BootstrapVue): <b-col v-for="(card, index) in cards" :key="index" cols="4"> <b-button> Click Me! &...
Jason Anderson's user avatar
0 votes
1 answer
71 views

I'm using the b-table from BootstrapVue with pagination. However, whenever I change pages, the items received from my REST API do not display, even though they are present. I have added a watcher to ...
Abhikrishnan S S's user avatar
3 votes
1 answer
2k views

I am currently learning Vue.js and have some experience with Bootstrap. When I saw you can use Bootstrap with Vue.js, I thought I would try it out. My code is rather simple, a dropdown and a popover. ...
PKonstant's user avatar
  • 1,008
87 votes
1 answer
112k views

I know this question has been asked. But I have no idea how to use the code in vuejs. I tried a lot but without any results. I also added my code. Can some one please help me? This is my code. Thanks ...
omiz's user avatar
  • 959
0 votes
0 answers
27 views

Good day developers ..im using a component with b-popover component form vuebootstrap. Inside that b-popover i have collapsable component that is also from vue bootstrap(b-collapse). The intention is ...
Enrique GF's user avatar
  • 1,295
20 votes
4 answers
23k views

bootstrap-vue will by default create a header row for my data. Is there any way to hide the header row for a <b-table> so only data items will be rendered?
It-Z's user avatar
  • 2,030
0 votes
1 answer
293 views

I am trying to build a vue3 app with bootstrap 5. I am adding tabs. I am able to click on the tabs, but the tab-content is stuck on the initial tab. How do I fix that? package.json: { "name&...
nb_nb_nb's user avatar
  • 1,397
1 vote
1 answer
136 views

update; <template> <div class="container"> <div class="dropdown"> <button class="btn btn-default" @click="toggleDropdown"&...
dkrks's user avatar
  • 21
13 votes
5 answers
20k views

I want to create a reusable wrapper function written in TypeScript for triggering a toast notification by using a composition function, as defined in the current specification for Vue 3.0: Composition ...
ux.engineer's user avatar
  • 11.6k
0 votes
0 answers
71 views

I had a Vue electron app, in which Home view component has 3 child components which are in single column one after the other, I have a b-dropdown in middle component when I scroll up the opened ...
satishVudata's user avatar
0 votes
2 answers
1k views

I am doing a vue3 application which uses bootstrap-vue. I created a vuejs3 project with vue create and later installed boostrap-vue with npm install bootstrap-vue@latest . I created my App.vue from a ...
Tanzeem's user avatar
  • 119
1 vote
1 answer
53 views

I have a Submit button that once pressed run onSubmit function. <b-form @submit.stop.prevent="handleSubmit(onSubmit)"> ... <b-button type="submit" >...
leftnut's user avatar
  • 61
16 votes
4 answers
20k views

I'm using Bootstrap-vue, and have a simple collapse component such that I can toggle the visibility of the content. I'm looking for a way to include an arrow icon in the toggle button that indicates ...
fralla's user avatar
  • 467
15 votes
3 answers
20k views

I am using Bootstrap-Vue v2.0.0-rc.11 and I just cannot get my head around how to update the table content. I am sure it is trivial. I am pulling my content from a backend using an item provider ...
OpenHaus's user avatar
  • 107
7 votes
2 answers
14k views

I'm using BootstrapVue and I have a multi-level dropdown menu (with categories). This is an example from the official site: https://bootstrap-vue.org/docs/components/dropdown <b-dropdown id="...
Qasem Salehy's user avatar
2 votes
3 answers
6k views

How can I change the behaviour of a b-dropdown-item-button within a b-dropdown-component so that it does not close automatically when I click on it? The dropdown is syntactically structured as ...
H.Solo's user avatar
  • 79
1 vote
0 answers
103 views

In vue bootstrap, b-table, b-form-input, etc. are normally compile. However, dynamic elements such as tooltip, sidebar, and carousel are not running. This is my main.js: import { createApp } from 'vue'...
wantBestCodingTT's user avatar
5 votes
3 answers
5k views

Tailwind makes it easy to use its CSS in projects set up with Vite as you can see here. However, Bootstrap 5 only has information available for using with Webpack. I can not find anything about how to ...
redshift's user avatar
  • 5,267
19 votes
5 answers
11k views

I've been working with vuejs and bootstrap-vue lately. Decided to add unit testing to my project. I'm not realy familiar with unit testing so I'm trying anything I could find to understand how it ...
Freezy's user avatar
  • 322
10 votes
4 answers
27k views

How can I install/import/include Bootstrap Vue into my laravel project? I am new in Vue, I know how to install in a Vue JS application, but how can I add it laravel? app.scss // Fonts @import url("...
Santanu Biswas's user avatar
1 vote
1 answer
732 views

I'm doing vuejs frontend. And now I'm getting to the file uploading part. I use <b-form-file> : <b-form-group> <b-form-file placeholder="Choose a file or drop it here..."...
Miedkes's user avatar
  • 867
3 votes
3 answers
8k views

I'm using Bootstrap-Vue <b-form-datepicker> component and looking for a way to customise the input date field to mm/dd/yyyy format. Any proper ways ? <b-input-group class="mb-3"> ...
Dhanan's user avatar
  • 207
18 votes
7 answers
37k views

I am writing a Vue.js app with Bootstrap 4 and I can't loaded though I followed the documentation. Added to main.js Vue.use(BootstrapVue); Added to css file related to App.vue: @import '../../...
fghf's user avatar
  • 754
2 votes
0 answers
534 views

I am doing a project with using vuejs2 and bootstrap vue. I was asked to do the ui like this (just an idea of the ui): Explanation of the part I stuck, I want to achieve a ui that have a header with ...
mad-hin's user avatar
  • 141
0 votes
2 answers
161 views

I'm using VueJS (v2.6.10) and boostrap-vue (v2.0) and trying to allow users to enter a datetime for a record in a <b-table> using the using vue-bootstrap-datetimepicker (v5.0.1). The issue is ...
Ben ODay's user avatar
  • 21k

1
2 3 4 5
33