@xiaou66/u-web-ui 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/dist/index.es.js +3 -3
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -726,15 +726,15 @@ var _hoisted_1$5 = { class: "title" }, LeftMenu_default = /* @__PURE__ */ define
726
726
  collapsed: t.value,
727
727
  "onUpdate:collapsed": i[0] ||= (e) => t.value = e
728
728
  }), {
729
- logo: withCtx(() => [createElementVNode("div", _hoisted_2$1, [createElementVNode("div", {
729
+ logo: withCtx(() => [renderSlot(e.$slots, "logo", {}, () => [createElementVNode("div", _hoisted_2$1, [createElementVNode("div", {
730
730
  class: "h-auto overflow-hidden flex flex-shrink-0",
731
731
  style: normalizeStyle({ width: e.size === "small" ? "28px" : "36px" })
732
732
  }, [createElementVNode("img", {
733
733
  class: "logo w-full h-full rounded-full flex-shrink-0",
734
734
  src: e.avatar,
735
735
  alt: "logo"
736
- }, null, 8, _hoisted_3$1)], 4), createElementVNode("div", _hoisted_4$1, toDisplayString(e.title), 1)])]),
737
- _: 1
736
+ }, null, 8, _hoisted_3$1)], 4), createElementVNode("div", _hoisted_4$1, toDisplayString(e.title), 1)])])]),
737
+ _: 3
738
738
  }, 16, ["collapsed"])], 34)]),
739
739
  default: withCtx(() => [createElementVNode("div", { class: normalizeClass(unref(getClassPrefix)("utools", "content-wrapper")) }, [
740
740
  createElementVNode("div", _hoisted_5, [renderSlot(e.$slots, "header-tips")]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiaou66/u-web-ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "web-ui",
5
5
  "main": "./dist/index.es.js",
6
6
  "module": "./dist/index.es.js",