Skip to content
  • Sponsor bootstrap-vue/bootstrap-vue

  • Notifications You must be signed in to change notification settings
  • Fork 1.9k

Close modal after do a method #11

Closed
@gabrielbuzziv

Description

@gabrielbuzziv

the default to close is $root.emit(...);
but if i do this

methods: {
   save () {
      this.$emit(...)
   }
}

nothing happens =(

Activity

gabrielbuzziv

gabrielbuzziv commented on Oct 21, 2016

@gabrielbuzziv
Author

Got it

methods: {
   save () {
      this.$root.$emit(...)
   }
}
added a commit that references this issue on May 8, 2017

Merge pull request #11 from bootstrap-vue/master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

      Close modal after do a method · Issue #11 · bootstrap-vue/bootstrap-vue