Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open event for modal not sent? #28

Open
MadGeorge opened this issue Jul 22, 2018 · 0 comments
Open

Open event for modal not sent? #28

MadGeorge opened this issue Jul 22, 2018 · 0 comments

Comments

@MadGeorge
Copy link

Hello. I am trying to handle data passed to modal but it looks like open event does not received in my handler

mounted () {
      this.$on('open', () => {
         // Not executed
      })
      this.$on('opened', () => {
        // Not executed
      })

      this.$on('close', () => {
        // Executed!
      })
},

...
"vue-bulma-modal": "1.0.1",
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant