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