@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.cjs.js
CHANGED
|
@@ -40178,9 +40178,9 @@ return (_ctx, _cache) => {
|
|
|
40178
40178
|
vue.createCommentVNode(" 置顶菜单 "),
|
|
40179
40179
|
vue.withDirectives(vue.createVNode(_component_ly0Menu, {
|
|
40180
40180
|
scopeThis: __props.scopeThis,
|
|
40181
|
-
myProps:
|
|
40181
|
+
myProps: localMyProps.menu
|
|
40182
40182
|
}, null, 8 /* PROPS */, ["scopeThis", "myProps"]), [
|
|
40183
|
-
[vue.vShow,
|
|
40183
|
+
[vue.vShow, localMyProps.menu && localMyProps.menu.length > 0]
|
|
40184
40184
|
]),
|
|
40185
40185
|
vue.createCommentVNode(" 表单区域可以分为多个列 "),
|
|
40186
40186
|
vue.createElementVNode("div", {
|