Replies: 1 comment
-
I have the same exact case |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I colud open modal by id from any place through global methods in Bootstrap-Vue (Nuxt). For example,
$bvModal.show('myModal')
. It's really helpful when I have modal and I want open it twice in several places (for example, login modal in header (overlay component) and in comments section (component in article page)).Is it possible here? Or can be it added?
Beta Was this translation helpful? Give feedback.
All reactions