未验证 提交 bfdbccfe 编写于 作者: C CXM 提交者: GitHub

fix: Dev/fix modal event (#1241)

* fix(type): fix ant-design-vue  ->

* fix: fix editor BasicModal type event check error
上级 246c5f79
......@@ -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>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册