Skip to content

Open event for modal not sent? #28

Open
@MadGeorge

Description

@MadGeorge

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",
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions