mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-23 23:47:48 +00:00
fix: Dev/fix modal event (#1241)
* fix(type): fix ant-design-vue -> * fix: fix editor BasicModal type event check error
This commit is contained in:
@@ -9,6 +9,7 @@ export default defineComponent({
|
||||
name: 'Modal',
|
||||
inheritAttrs: false,
|
||||
props: basicProps,
|
||||
emits: ['cancel'],
|
||||
setup(props, { slots }) {
|
||||
const { visible, draggable, destroyOnClose } = toRefs(props);
|
||||
const attrs = useAttrs();
|
||||
|
||||
@@ -17,5 +17,6 @@
|
||||
},
|
||||
title: { type: String },
|
||||
},
|
||||
emits: ['dblclick'],
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user