在子组件对话框中用:before-close关闭对话框,取消按键绑定点击事件

取 消确 定

子组件把”close”事件传给父组件

methods: {close() {this.$emit("close")},}

父组件中@close接收子组件传来的“close”事件