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 +1 -1
- package/src/index.es.js +4 -1
- package/src/index.umd.js +1 -1
- package/src/zzz-frame.css +1 -1
package/package.json
CHANGED
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), {
|
|
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
|