Questions tagged as 'bootstrap-vue'

1
answer

Multiple manners, same style in Vue.js

I am working on a web application using Vue2 and BootstrapVue , and I have a series of 6 elements (of which I will only upload 3 here, for practical reasons), all aesthetically equal, but with different content, rendereados by a...
asked by 26.03.2018 / 21:27
1
answer

How can I print with a list from 2018 to 1920?

I try to print a list with v-for that does the same thing as a for cycle like this for(n=2018; n>=1920; n--) This prints a list from 2018 to 1920 The way I have it now is v-for="n in 2018)" v-if='n >= 120' But obviously the li...
asked by 10.10.2018 / 19:28
1
answer

Clean form fields after sent with Vue2 and Axios

I have a form that sends, in Vue.js , by axios without any problem the data, and I wish that after successfully sent, the content of the fields is deleted. I have tried with .reset() but without success, and for some reason I...
asked by 28.03.2018 / 21:05
1
answer

Problem when creating the final product with Bootstrap-Vue

I'm doing the web for an event and I have problems when uploading the version to the server. It works perfectly in the development version, but for some reason that happens to me it is not composed as it should be, only the footer is seen. I cre...
asked by 06.10.2018 / 17:21
1
answer

Walk with a for in VueJS

Dear I am developing an application with electronjs and vuejs, but I have a problem. I'm using vuetify and I can not show the firebase data, it just happens to me with vuetify ... now I explain it. <v-flex xs12 sm6 d-flex> <v-...
asked by 13.09.2018 / 15:41
1
answer

How to hide a b-tab with VueJS if it has no text

The point is that I have a tab panel made with Bootstrap of Vue . Each of these tabs has a textarea which shows a text. Basically I do not know how to make that tab whose textarea is empty, not shown in the tab panel....
asked by 06.09.2018 / 10:20
0
answers

How to open a modal within a component (vue js)?

I have a component defined in vuejs . Vue.component('persona-component',require('./components/personas/personaComponent.vue')); Defined as follows: <template> <div class="container"> <div class="container-fluid...
asked by 10.05.2018 / 16:51