fix(Dialog): missing emits config

This commit is contained in:
chenjiahan
2020-07-26 16:54:15 +08:00
parent 040418dcd9
commit 49206598fc
2 changed files with 10 additions and 6 deletions

View File

@@ -47,6 +47,8 @@ export default createComponent({
},
},
emits: ['opened', 'closed', 'confirm', 'cancel', 'update:show'],
data() {
return {
loading: {