@yoooloo42/joker 1.0.42 → 1.0.43
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 +8 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +8 -5
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -40159,10 +40159,13 @@ return (_ctx, _cache) => {
|
|
|
40159
40159
|
|
|
40160
40160
|
return (openBlock(), createElementBlock(Fragment, null, [
|
|
40161
40161
|
createCommentVNode(" 置顶菜单 "),
|
|
40162
|
-
|
|
40163
|
-
|
|
40164
|
-
|
|
40165
|
-
|
|
40162
|
+
(__props.myProps.hasOwnProperty('menu') && __props.myProps.menu.length > 0)
|
|
40163
|
+
? (openBlock(), createBlock(_component_ly0Menu, {
|
|
40164
|
+
key: 0,
|
|
40165
|
+
scopeThis: __props.scopeThis,
|
|
40166
|
+
myProps: __props.myProps.menu
|
|
40167
|
+
}, null, 8 /* PROPS */, ["scopeThis", "myProps"]))
|
|
40168
|
+
: createCommentVNode("v-if", true),
|
|
40166
40169
|
createCommentVNode(" 表单区域可以分为多个列 "),
|
|
40167
40170
|
createElementVNode("div", {
|
|
40168
40171
|
style: normalizeStyle(style.root_box)
|
|
@@ -40281,7 +40284,7 @@ return (_ctx, _cache) => {
|
|
|
40281
40284
|
], 4 /* STYLE */),
|
|
40282
40285
|
createCommentVNode(" 提交 "),
|
|
40283
40286
|
(__props.dataBox.hdlSubmit)
|
|
40284
|
-
? (openBlock(), createElementBlock(Fragment, { key:
|
|
40287
|
+
? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
40285
40288
|
createElementVNode("div", {
|
|
40286
40289
|
style: normalizeStyle(style.line)
|
|
40287
40290
|
}, null, 4 /* STYLE */),
|