mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-10-24 02:48:20 +00:00
This commit is contained in:
@@ -122,12 +122,14 @@
|
||||
wrapClassName: toRef(getMergeProps.value, 'wrapClassName'),
|
||||
});
|
||||
|
||||
// modal component does not need title
|
||||
// modal component does not need title and origin buttons
|
||||
const getProps = computed(
|
||||
(): ModalProps => {
|
||||
const opt = {
|
||||
...unref(getMergeProps),
|
||||
visible: unref(visibleRef),
|
||||
okButtonProps: undefined,
|
||||
cancelButtonProps: undefined,
|
||||
title: undefined,
|
||||
};
|
||||
return {
|
||||
|
Reference in New Issue
Block a user