comand-component-library 4.0.55 → 4.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7379,7 +7379,7 @@ const rc = /* @__PURE__ */ L(oc, [["render", ac]]), dc = {
7379
7379
  return "";
7380
7380
  },
7381
7381
  oneSlotItem() {
7382
- if (!this.$slots.default)
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;