comand-component-library 4.0.55 → 4.0.56
Sign up to get free protection for your applications and to get access to all the features.
@@ -7379,7 +7379,7 @@ const rc = /* @__PURE__ */ L(oc, [["render", ac]]), dc = {
|
|
7379
7379
|
return "";
|
7380
7380
|
},
|
7381
7381
|
oneSlotItem() {
|
7382
|
-
if (
|
7382
|
+
if (typeof this.$slots.default != "function")
|
7383
7383
|
return !1;
|
7384
7384
|
const e = this.$slots.default();
|
7385
7385
|
return e.length === 1 && typeof e[0].type == "symbol" && Array.isArray(e[0].children) ? e[0].children.length === 1 : e.length === 1;
|