wffranco / vue-strap

Bootstrap components built with Vue.js
http://wffranco.github.io/vue-strap/
MIT License
338 stars 133 forks source link

Suitable git-ref for v2.0.3? #153

Open gavvvr opened 7 years ago

gavvvr commented 7 years ago

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 for Vue 2.0.3? I would like to use VueStrap.typeahead, but the <typeahead> element does not seem to work at all. I found a commit 2a2fc4 which renders the input field, but it is bugged and throws the warning:

[Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "value" (found in component at C:\laragon\www\vue-strap\src\Typeahead.vue)

I wonder if I there is a working commit for Vue 2.0.3?

Thanks