@yoooloo42/joker 1.0.49 → 1.0.50
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/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -40174,9 +40174,9 @@ return (_ctx, _cache) => {
|
|
|
40174
40174
|
createCommentVNode(" 置顶菜单 "),
|
|
40175
40175
|
withDirectives(createVNode(_component_ly0Menu, {
|
|
40176
40176
|
scopeThis: __props.scopeThis,
|
|
40177
|
-
myProps:
|
|
40177
|
+
myProps: localMyProps.menu
|
|
40178
40178
|
}, null, 8 /* PROPS */, ["scopeThis", "myProps"]), [
|
|
40179
|
-
[vShow,
|
|
40179
|
+
[vShow, localMyProps.menu && localMyProps.menu.length > 0]
|
|
40180
40180
|
]),
|
|
40181
40181
|
createCommentVNode(" 表单区域可以分为多个列 "),
|
|
40182
40182
|
createElementVNode("div", {
|