@xiaou66/u-web-ui 0.149.0 → 0.150.0

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 +5 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -488,7 +488,11 @@ var LeftMenu_default = /* @__PURE__ */ defineComponent({
488
488
  key: 0,
489
489
  ref_key: "menuRef",
490
490
  ref: y,
491
- class: normalizeClass([unref(p)("menu"), unref(p)(`menu-${d.size}`)]),
491
+ class: normalizeClass([
492
+ unref(p)(),
493
+ unref(p)("menu"),
494
+ unref(p)(`menu-${d.size}`)
495
+ ]),
492
496
  style: normalizeStyle(T),
493
497
  onContextmenu: c[0] ||= withModifiers(() => {}, ["prevent"])
494
498
  }, [renderSlot(r.$slots, "content")], 38)) : createCommentVNode("", !0)]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiaou66/u-web-ui",
3
- "version": "0.149.0",
3
+ "version": "0.150.0",
4
4
  "description": "web-ui",
5
5
  "main": "./dist/index.es.js",
6
6
  "module": "./dist/index.es.js",