@yoooloo42/joker 1.0.41 → 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 +5 -13
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -13
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -40159,13 +40159,10 @@ return (_ctx, _cache) => {
|
|
|
40159
40159
|
|
|
40160
40160
|
return (openBlock(), createElementBlock(Fragment, null, [
|
|
40161
40161
|
createCommentVNode(" 置顶菜单 "),
|
|
40162
|
-
(
|
|
40163
|
-
|
|
40164
|
-
|
|
40165
|
-
|
|
40166
|
-
myProps: __props.myProps.menu
|
|
40167
|
-
}, null, 8 /* PROPS */, ["scopeThis", "myProps"]))
|
|
40168
|
-
: createCommentVNode("v-if", true),
|
|
40162
|
+
createVNode(_component_ly0Menu, {
|
|
40163
|
+
scopeThis: __props.scopeThis,
|
|
40164
|
+
myProps: __props.myProps.menu
|
|
40165
|
+
}, null, 8 /* PROPS */, ["scopeThis", "myProps"]),
|
|
40169
40166
|
createCommentVNode(" 表单区域可以分为多个列 "),
|
|
40170
40167
|
createElementVNode("div", {
|
|
40171
40168
|
style: normalizeStyle(style.root_box)
|
|
@@ -40284,7 +40281,7 @@ return (_ctx, _cache) => {
|
|
|
40284
40281
|
], 4 /* STYLE */),
|
|
40285
40282
|
createCommentVNode(" 提交 "),
|
|
40286
40283
|
(__props.dataBox.hdlSubmit)
|
|
40287
|
-
? (openBlock(), createElementBlock(Fragment, { key:
|
|
40284
|
+
? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
40288
40285
|
createElementVNode("div", {
|
|
40289
40286
|
style: normalizeStyle(style.line)
|
|
40290
40287
|
}, null, 4 /* STYLE */),
|
|
@@ -40430,11 +40427,6 @@ var script$c = {
|
|
|
40430
40427
|
props: ['scopeThis', 'myProps'],
|
|
40431
40428
|
computed: {
|
|
40432
40429
|
myProps0(){
|
|
40433
|
-
|
|
40434
|
-
console.log('测试 000', ly0default$1.myProps);
|
|
40435
|
-
console.log('测试 111', this.myProps);
|
|
40436
|
-
console.log('测试 222', Object.assign({}, ly0default$1.myProps, this.myProps));
|
|
40437
|
-
|
|
40438
40430
|
return Object.assign({}, ly0default$1.myProps, this.myProps)
|
|
40439
40431
|
}
|
|
40440
40432
|
},
|