mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-14 09:25:39 +08:00
@@ -133,7 +133,12 @@
|
||||
});
|
||||
|
||||
const getBindValue = computed((): Recordable => {
|
||||
const attr = { ...attrs, ...unref(getMergeProps), visible: unref(visibleRef) };
|
||||
const attr = {
|
||||
...attrs,
|
||||
...unref(getMergeProps),
|
||||
visible: unref(visibleRef),
|
||||
wrapClassName: unref(getWrapClassName),
|
||||
};
|
||||
if (unref(fullScreenRef)) {
|
||||
return omit(attr, 'height');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user