0

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.

tony19
  • 125,647
  • 18
  • 229
  • 307
user3711357
  • 1,425
  • 7
  • 32
  • 54

1 Answers1

0

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

freakyroach
  • 462
  • 2
  • 14