Hello from modal!
\r\nv-b-modal
directive\r\n \r\n \r\n this.$bvModal.show()
and\r\n this.$bvModal.hide()
instance methods\r\n \r\n \r\n \r\n When BootstrapVue
is installed as a plugin, or the\r\n ModalPlugin
plugin is used, BootstrapVue will inject\r\n a object into every Vue instance (components, apps).\r\n
$bvModal
exposes several methods, of which two are\r\n for showing and hiding modals:\r\n
show()
, hide()
, and\r\n toggle()
component methods\r\n \r\n \r\n \r\n You can access modal using ref
attribute and then\r\n call the show()
, hide()
or\r\n toggle()
methods.\r\n