@pit-front-end/components
Version:
湖南创智艾泰克科技有限公司
42 lines (41 loc) • 569 B
JavaScript
const t = {
modelValue: {
type: Boolean,
default: !1
},
title: {
type: String,
default: "标题"
},
width: {
type: [Number, String],
default: "35%"
},
fullscreen: {
type: Boolean,
default: !1
},
beforeClose: {
type: Function
},
draggable: {
type: Boolean,
default: !0
},
modalClass: {
type: String,
default: "form-base-dialog"
},
zIndex: {
type: Number
},
top: {
type: String
}
}, l = {
"update:modelValue": (e) => e
};
export {
l as dialogEmits,
t as dialogProps
};