@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.cjs.js
CHANGED
|
@@ -40163,10 +40163,13 @@ return (_ctx, _cache) => {
|
|
|
40163
40163
|
|
|
40164
40164
|
return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
40165
40165
|
vue.createCommentVNode(" 置顶菜单 "),
|
|
40166
|
-
|
|
40167
|
-
|
|
40168
|
-
|
|
40169
|
-
|
|
40166
|
+
(__props.myProps.hasOwnProperty('menu') && __props.myProps.menu.length > 0)
|
|
40167
|
+
? (vue.openBlock(), vue.createBlock(_component_ly0Menu, {
|
|
40168
|
+
key: 0,
|
|
40169
|
+
scopeThis: __props.scopeThis,
|
|
40170
|
+
myProps: __props.myProps.menu
|
|
40171
|
+
}, null, 8 /* PROPS */, ["scopeThis", "myProps"]))
|
|
40172
|
+
: vue.createCommentVNode("v-if", true),
|
|
40170
40173
|
vue.createCommentVNode(" 表单区域可以分为多个列 "),
|
|
40171
40174
|
vue.createElementVNode("div", {
|
|
40172
40175
|
style: vue.normalizeStyle(style.root_box)
|
|
@@ -40285,7 +40288,7 @@ return (_ctx, _cache) => {
|
|
|
40285
40288
|
], 4 /* STYLE */),
|
|
40286
40289
|
vue.createCommentVNode(" 提交 "),
|
|
40287
40290
|
(__props.dataBox.hdlSubmit)
|
|
40288
|
-
? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key:
|
|
40291
|
+
? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
40289
40292
|
vue.createElementVNode("div", {
|
|
40290
40293
|
style: vue.normalizeStyle(style.line)
|
|
40291
40294
|
}, null, 4 /* STYLE */),
|