mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-15 01:36:20 +08:00
@@ -133,7 +133,12 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
const getBindValue = computed((): Recordable => {
|
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)) {
|
if (unref(fullScreenRef)) {
|
||||||
return omit(attr, 'height');
|
return omit(attr, 'height');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user