import { defineComponent } from "vue"; export const DialogSourceCode = defineComponent({ props: { /* Dialog 默认传入参数 */ propDialogOptions: { type: Object, default() { return { __elId: false }; } } }, render() { return (