wffranco / vue-strap

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

Width custom modal #168

Open abdulcrb opened 6 years ago

abdulcrb commented 6 years ago

I made custom modal, but why width cannot change, i use code like this

<modal width="800" v-model="showCustomModal" @ok="showCustomModal = ok()"> can some one help me? thx