Open ming517 opened 7 years ago
+1
+1
+1
+1 I'm interested in that too
@yuche was inactive for a long time so the last version is in my branch.
Add this to your packaje.json if you want to use the last version:
"vue-strap": "github:wffranco/vue-strap.git"
For those using yarn this works.
"vue-strap": "https://github.com/wffranco/vue-strap.git"
@OmgImAlexis Incompatible with vue 2.1.x, and it's kinda weird how it translates vue 1's attributes into vue2 attributes.
Yeah I noticed that after spending a few hours trying to workout why I couldn't get even a single page to build using browserify. 😞
@gholol vue 2.1.5 change render function name, so the dist js file not working.
just use import { navbar, dropdown } from 'vue-strap/src'
.
+1
Fixed for vue 2.1.x in my fork... but now is not compatible with vue 2.0.x
So am I correct in assuming that, if I use this component directly from Git, it will work with Vue 2.1.x and Bootstrap 3.3.7? Or is this version in master still 1.x-only?
Thanks.
Thanks for your time.
Hi,
May I know when is the release for v2 that compatible with Vue 2?
Or anyway I can install it via npm?
Thanks and so much appreciate the hard works for this plugin :)