We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
the default to close is $root.emit(...); but if i do this
methods: { save () { this.$emit(...) } }
nothing happens =(
Got it
methods: { save () { this.$root.$emit(...) } }
Merge pull request #11 from bootstrap-vue/master
Activity
gabrielbuzziv commentedon Oct 21, 2016
Got it
Merge pull request #11 from bootstrap-vue/master