Skip to main content
Filter by
Sorted by
Tagged with
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
1 vote
2 answers
8k views

Hy I'm creating a simple dropdown using bootstrap-vue in vuejs. The Code in my component is like this : <b-col sm="2"> <b-dropdown :text="selectedItem" v-model="selectedItem"> &...
Maryadi Poipo's user avatar
0 votes
1 answer
2k views

I want to significantly reduce tag noise and reduce long tag names to short names in bootstrap-vue. This is what I did in vue-cli generated project in main.js: import 'bootstrap/dist/css/bootstrap....
ace's user avatar
  • 12.1k
1 vote
1 answer
435 views

I've trauled the docs for Bootstrap Vue, as well as asked this question on their github issue tracker a few days ago, with no luck. I can't find anything in relation to using Vue's render() or JSX to ...
dalemac's user avatar
  • 504
7 votes
1 answer
9k views

I have a component that contains a <b-card> component like this: <b-card :title="post.title"> <p class="card-text">{{ post.body }}</p> </b-card> How do I make the card ...
David's user avatar
  • 3,811
0 votes
1 answer
516 views

When I save an image after choosing it, I'm not able to see the image when I open the page again. I have no idea what is wrong with the code. Perhaps something in the CSS should change. I dont know. ...
omiz's user avatar
  • 959
0 votes
0 answers
164 views

I'm working with a bootstrap-vue component: sortable table. you can find the example here. My question is, how to move the arrows (they are actually pseudo elements of the th) from the end of the th ...
Hank X's user avatar
  • 2,054
4 votes
2 answers
3k views

I'm using Laravel 5.6, Laravel Mix 2.0, and Bootstrap-Vue 2.0.0-rc.1. Trying to find a way to configure Laravel Mix to include Bootstrap-Vue's CSS into my app.css file and prevent Bootstrap-Vue from ...
Roman Ovchinnikov's user avatar
1 vote
1 answer
8k views

Here's my code (ERROR): <template lang="pug"> .component-root b-btn(v-b-modal.myModal) i.fa.fa-calendar b-modal#myModal span Hello this is my modal! </template&...
DennyHiu's user avatar
  • 6,270
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
7 votes
2 answers
20k views

I've got a b-table element on a page that currently displays a bunch of data from a database. At the moment it is paginated, but feedback has indicated that they would rather have all the information ...
Abion47's user avatar
  • 25.4k
0 votes
1 answer
211 views

I have a component for displaying paginated elements in a table. I've rewritten pagination to be based on Vuex (previously it was using Event Bus) and it almost works - the values are saved to the ...
van_folmert's user avatar
  • 4,599
0 votes
1 answer
825 views

I'm trying to set up a boilerplate Vuejs project using their CLI. Using vue create <project-name> I selected vuex, babel and typescript. I want to import Bootstrap-Vue as well. After running ...
tgtb's user avatar
  • 191
1 vote
1 answer
1k views

I have an issue with bootstrap-vue navitem. I cannot set the witdh of the components, therefore when I change the language of my website the navbar items jump around. This is what it looks like: ...
Peter Pšenák's user avatar
0 votes
0 answers
174 views

I have been trying to use vue.js in my laravel 5.4 cms admin-panel project... i'm trying to create a checkbox with vue.js such that anytime a user tries to reset there password they could either ...
kodaq's user avatar
  • 59
-4 votes
1 answer
100 views

I'm busy with creating a single page application. I have an input form for different proposes. When user 1 fills the form, I want him to save it and let user 2 fill his part of the form on the page ...
omiz's user avatar
  • 959
1 vote
0 answers
418 views

I'm trying to use the npm to install the bootstrap-vue in my project. However, I get an error saying "[server error] Cannot load the stats for bootstrap-vue – please try again later". I've tried to ...
Juneyee's user avatar
  • 409
0 votes
1 answer
2k views

I am trying to upload a file in my form using the bootstrap-vue form file component template <b-form-group id="userInputGroup8" label="User Picture:"> <b-form-file id="...
user avatar
3 votes
1 answer
10k views

I am trying to add a cancel button, the same way as the reset button is defined, but it does not fire the method and the validation is still performed ( required felds ) I added @cancel="onCancel" ...
user avatar

1
29 30 31 32
33