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