mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
fix(Dialog): missing emits config
This commit is contained in:
@@ -47,6 +47,8 @@ export default createComponent({
|
||||
},
|
||||
},
|
||||
|
||||
emits: ['opened', 'closed', 'confirm', 'cancel', 'update:show'],
|
||||
|
||||
data() {
|
||||
return {
|
||||
loading: {
|
||||
|
Reference in New Issue
Block a user