@pit-front-end/components
Version:
湖南创智艾泰克科技有限公司
24 lines (23 loc) • 372 B
JavaScript
const t = {
// 按钮类型
type: {
type: [String],
default: "colour-10"
},
// 点击确认的回调
confirmCallBack: {
type: Function,
default: null
},
// 是否禁用状态
disabled: {
type: Boolean,
default: !1
}
}, l = {
// 你可以在这里定义你的emits
};
export {
l as loadingBtnEmits,
t as loadingBtnProps
};