the default to close is $root.emit(...); but if i do this ``` methods: { save () { this.$emit(...) } } ``` nothing happens =(