vue-strap icon indicating copy to clipboard operation
vue-strap copied to clipboard

Bootstrap components built with Vue.js

Results 100 vue-strap issues
Sort by recently updated
recently updated
newest added

I obtain a problem using the "datepicker"component: Cannot read property 'length' of undefined. Any idea?

I am bumping into the peculiar situation that v-selects rendered inside a modal (I use the modal vue-strap component) do not close automatically if they lose focus, by for instance...

`查看图表` `` `` `OK` `` `` ` data(){ return { showChart : false, } } showPieChart() { if(this.showChart) return; this.showChart = true; this.updateChartOption(); },`

Hello. The Readme says it was tested with 2.0.3 but gh-pages website sais it requires 2.1.x Ok, the readme is obsolete, but where can i find the latest working version...

Hi, I would populate my options array with results from an HTTP request but I ran into an error when I added the property "multiple". The HTML select: ```html ```...

Hi, So in the docs there's the simplest version, which is including alert: ``` import { alert } from 'vue-strap' new Vue({ components: { alert } }) ``` But how...

Using Vue.js v2.4.2 When using typeahead component in browser mode and return this error in the browser's console '$index is not defined' I resolved it, modifing the line 9572 from...

`v-select` with lots of options lead to a very long dropdown. without scroll we can't see the rest of the options.

Vue2, Webpack2 error: Unexpected token: operator (>) [./~/vue-strap/src/utils/utils.js:4,0]

![untitled](https://cloud.githubusercontent.com/assets/18087962/23512766/c5faecac-ff72-11e6-87a3-bb8127919eef.gif) It also may appear when you have multiple buttons near each other I found a workaround for that: In src/utils/popoverMixins.js on line 31 you should provide a fallback ```...