yuche / vue-strap

Bootstrap components built with Vue.js
http://yuche.github.io/vue-strap/
MIT License
4.71k stars 929 forks source link

v2 release #435

Open ming517 opened 7 years ago

ming517 commented 7 years ago

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 :)

upupzealot commented 7 years ago

+1

fengzheqi commented 7 years ago

+1

s-mirrorman commented 7 years ago

+1

senid231 commented 7 years ago

+1 I'm interested in that too

wffranco commented 7 years ago

@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"
OmgImAlexis commented 7 years ago

For those using yarn this works.

"vue-strap": "https://github.com/wffranco/vue-strap.git"
gholol commented 7 years ago

@OmgImAlexis Incompatible with vue 2.1.x, and it's kinda weird how it translates vue 1's attributes into vue2 attributes.

OmgImAlexis commented 7 years ago

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. 😞

wangbinyq commented 7 years ago

@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'.

wontwon commented 7 years ago

+1

wffranco commented 7 years ago

Fixed for vue 2.1.x in my fork... but now is not compatible with vue 2.0.x

ndarilek commented 7 years ago

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.

windhc commented 7 years ago

Thanks for your time.