How to create modal dialog using Vuejs and twitter bootstrap

158 Views Asked by At

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.

1

There are 1 best solutions below

0
On

Use bootstrap-vue. Go through their documentation for modal and you should be good to go.