@yoooloo42/joker 1.0.40 → 1.0.42
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 +9 -8
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +9 -8
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -40138,6 +40138,10 @@ var script$e = {
|
|
|
40138
40138
|
props: ["scopeThis", "myProps", "dataBox"],
|
|
40139
40139
|
setup(__props) {
|
|
40140
40140
|
|
|
40141
|
+
const props = __props;
|
|
40142
|
+
|
|
40143
|
+
console.log('测试 333', props.myProps.menu);
|
|
40144
|
+
|
|
40141
40145
|
const style = reactive({
|
|
40142
40146
|
collapse: computed(() => styleModule.collapse()),
|
|
40143
40147
|
field_box: computed(() => styleModule.field_box()),
|
|
@@ -40155,13 +40159,10 @@ return (_ctx, _cache) => {
|
|
|
40155
40159
|
|
|
40156
40160
|
return (openBlock(), createElementBlock(Fragment, null, [
|
|
40157
40161
|
createCommentVNode(" 置顶菜单 "),
|
|
40158
|
-
(
|
|
40159
|
-
|
|
40160
|
-
|
|
40161
|
-
|
|
40162
|
-
myProps: __props.myProps.menu
|
|
40163
|
-
}, null, 8 /* PROPS */, ["scopeThis", "myProps"]))
|
|
40164
|
-
: createCommentVNode("v-if", true),
|
|
40162
|
+
createVNode(_component_ly0Menu, {
|
|
40163
|
+
scopeThis: __props.scopeThis,
|
|
40164
|
+
myProps: __props.myProps.menu
|
|
40165
|
+
}, null, 8 /* PROPS */, ["scopeThis", "myProps"]),
|
|
40165
40166
|
createCommentVNode(" 表单区域可以分为多个列 "),
|
|
40166
40167
|
createElementVNode("div", {
|
|
40167
40168
|
style: normalizeStyle(style.root_box)
|
|
@@ -40280,7 +40281,7 @@ return (_ctx, _cache) => {
|
|
|
40280
40281
|
], 4 /* STYLE */),
|
|
40281
40282
|
createCommentVNode(" 提交 "),
|
|
40282
40283
|
(__props.dataBox.hdlSubmit)
|
|
40283
|
-
? (openBlock(), createElementBlock(Fragment, { key:
|
|
40284
|
+
? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
40284
40285
|
createElementVNode("div", {
|
|
40285
40286
|
style: normalizeStyle(style.line)
|
|
40286
40287
|
}, null, 4 /* STYLE */),
|