parent
f707541dda
commit
5baaa58581
|
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue