@coderlt/form-designer
Version:
基于vue3的设计器,可视化开发页面表单
30 lines (29 loc) • 542 B
JavaScript
var e = {}, i;
function f() {
if (i)
return e;
i = 1, Object.defineProperty(e, "__esModule", {
value: !0
}), e.default = void 0;
var u = (r) => {
if (!r)
return !1;
if (r.offsetParent)
return !0;
if (r.getBBox) {
const t = r.getBBox();
if (t.width || t.height)
return !0;
}
if (r.getBoundingClientRect) {
const t = r.getBoundingClientRect();
if (t.width || t.height)
return !0;
}
return !1;
};
return e.default = u, e;
}
export {
f as r
};