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

Hi, would it be possible to add a **name** attribute to the Datepicker input element? This attribute is already present on the other input components (checkbox, radio, input, etc). Having...

Hi there, I've tried to search in the issues but haven't found a relevant problem. ``` ``` My data ``` data(){ return { USstate: ['Alabama', 'Alaska', 'Arizona'], asynchronous: '{{item.formatted_address}}', customTemplate:...

I have a component that is using the tabs functionality. The component is not visible by default, allowing the user to click a button to show it. The tab is...

Hello in the documentation we found this `` But we had to replace `limit="3"` by `:limit=3` Can you update the documentation or tells us what we did wrong ? Thanks,...

This is my lang config -> ``` id: { daysOfWeek: ['Mi', 'Se', 'Se', 'Ra', 'Ka', 'Ju', 'Sa'], limit: 'Mencapai limit (Maksimal {{limit}} item).', loading: 'Loading...', minLength: 'Panjang Minimal', months: [...

When I place a component with a modal inside another modal the second modal gets trapped in the confines of the first. this is not a problem when you have...

Hi, Line 118 in src/views/components/Modal.vue should read import modal from 'vue-strap/src/Modal' currently has 'vue-strap/src/modal' instead of uppercase Modal Same solution as this issue. https://github.com/mrholek/CoreUI-Free-Bootstrap-Admin-Template/issues/123 Cheers

Why there is an error in compiling? Here is the screen shot. ![capture](https://cloud.githubusercontent.com/assets/10149942/26130376/fc9bf7bc-3ac6-11e7-993c-979e8b538c8c.PNG) My html code. ``` ... ... ... ``` My Js code ``` import tabs from 'vue-strap/src/tabs' import...

I’m trying to get the tabs working in Laravel 5.4. They seem to work fine but I’m getting this warning > [Vue warn]: Invalid prop: type check failed for prop...

Vue is 2.1.10 npm: 4.5.0 Meteor.js Got separate install of typeahead. ``` (!) Warning: node_modules/vue-strap/src/FormGroup.vue: tag has no matching end tag. (!) Warning: node_modules/vue-strap/src/FormValidator.vue: tag has no matching end tag....