zzz-pc-view 0.0.160 → 0.0.162

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zzz-pc-view",
3
- "version": "0.0.160",
3
+ "version": "0.0.162",
4
4
  "main": "src/index.umd.js",
5
5
  "module": "src/index.es.js",
6
6
  "types": "src/index.d.ts",
package/src/index.es.js CHANGED
@@ -13546,7 +13546,10 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
13546
13546
  default: withCtx(() => [
13547
13547
  createElementVNode("div", _hoisted_6$1, [
13548
13548
  createElementVNode("span", null, toDisplayString(profileMenu.label), 1),
13549
- profileMenu.afterIcon ? (openBlock(), createBlock(resolveDynamicComponent(profileMenu), { key: 0 })) : createCommentVNode("", true)
13549
+ profileMenu.afterIcon ? (openBlock(), createBlock(resolveDynamicComponent(profileMenu.afterIcon), {
13550
+ key: 0,
13551
+ style: { "margin-left": "8px" }
13552
+ })) : createCommentVNode("", true)
13550
13553
  ])
13551
13554
  ]),
13552
13555
  _: 2