@yoooloo42/joker 1.0.92 → 1.0.93
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 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -9
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -23435,20 +23435,13 @@ const hdl = {
|
|
|
23435
23435
|
};
|
|
23436
23436
|
|
|
23437
23437
|
return (_ctx, _cache) => {
|
|
23438
|
-
const _component_ly0Menu = resolveComponent("ly0Menu");
|
|
23439
23438
|
const _component_el_collapse_item = resolveComponent("el-collapse-item");
|
|
23440
23439
|
const _component_el_collapse = resolveComponent("el-collapse");
|
|
23441
23440
|
const _component_el_button = resolveComponent("el-button");
|
|
23442
23441
|
|
|
23443
23442
|
return (openBlock(), createElementBlock(Fragment, null, [
|
|
23444
23443
|
createCommentVNode(" 置顶菜单 "),
|
|
23445
|
-
(formProps_box.menu && formProps_box.menu.menu && formProps_box.menu.menu.length > 0)
|
|
23446
|
-
? (openBlock(), createBlock(_component_ly0Menu, {
|
|
23447
|
-
key: 0,
|
|
23448
|
-
myProps: formProps_box.menu,
|
|
23449
|
-
scopeThis: __props.scopeThis
|
|
23450
|
-
}, null, 8 /* PROPS */, ["myProps", "scopeThis"]))
|
|
23451
|
-
: createCommentVNode("v-if", true),
|
|
23444
|
+
createCommentVNode("ly0Menu v-if=\"formProps_box.menu && formProps_box.menu.menu && formProps_box.menu.menu.length > 0\" :myProps=\"formProps_box.menu\" :scopeThis=\"scopeThis\"></ly0Menu"),
|
|
23452
23445
|
createCommentVNode(" 表单区域可以分为多个列 "),
|
|
23453
23446
|
createElementVNode("div", {
|
|
23454
23447
|
style: normalizeStyle(style.root_box)
|
|
@@ -23571,7 +23564,7 @@ return (_ctx, _cache) => {
|
|
|
23571
23564
|
], 4 /* STYLE */),
|
|
23572
23565
|
createCommentVNode(" 提交 "),
|
|
23573
23566
|
(formProps_box.submit.switch)
|
|
23574
|
-
? (openBlock(), createElementBlock(Fragment, { key:
|
|
23567
|
+
? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
23575
23568
|
createElementVNode("div", {
|
|
23576
23569
|
style: normalizeStyle(style.line)
|
|
23577
23570
|
}, null, 4 /* STYLE */),
|