I want to create the input form dialog in Vuejs.
Is there any way, to create a bootstrap modal dialog using twitter bootstrap?
I found a way (see below) to implement it but that needs custom CSS & I'm not able to pick bootstrap CSS. Example
I can't use Vuetify or vue-bootstrap JS.
Use
bootstrap-vue
. Go through their documentation for modal and you should be good to go.