@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.cjs.js
CHANGED
|
@@ -40163,13 +40163,10 @@ return (_ctx, _cache) => {
|
|
|
40163
40163
|
|
|
40164
40164
|
return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
40165
40165
|
vue.createCommentVNode(" 置顶菜单 "),
|
|
40166
|
-
(
|
|
40167
|
-
|
|
40168
|
-
|
|
40169
|
-
|
|
40170
|
-
myProps: __props.myProps.menu
|
|
40171
|
-
}, null, 8 /* PROPS */, ["scopeThis", "myProps"]))
|
|
40172
|
-
: vue.createCommentVNode("v-if", true),
|
|
40166
|
+
vue.createVNode(_component_ly0Menu, {
|
|
40167
|
+
scopeThis: __props.scopeThis,
|
|
40168
|
+
myProps: __props.myProps.menu
|
|
40169
|
+
}, null, 8 /* PROPS */, ["scopeThis", "myProps"]),
|
|
40173
40170
|
vue.createCommentVNode(" 表单区域可以分为多个列 "),
|
|
40174
40171
|
vue.createElementVNode("div", {
|
|
40175
40172
|
style: vue.normalizeStyle(style.root_box)
|
|
@@ -40288,7 +40285,7 @@ return (_ctx, _cache) => {
|
|
|
40288
40285
|
], 4 /* STYLE */),
|
|
40289
40286
|
vue.createCommentVNode(" 提交 "),
|
|
40290
40287
|
(__props.dataBox.hdlSubmit)
|
|
40291
|
-
? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key:
|
|
40288
|
+
? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
40292
40289
|
vue.createElementVNode("div", {
|
|
40293
40290
|
style: vue.normalizeStyle(style.line)
|
|
40294
40291
|
}, null, 4 /* STYLE */),
|
|
@@ -40434,11 +40431,6 @@ var script$c = {
|
|
|
40434
40431
|
props: ['scopeThis', 'myProps'],
|
|
40435
40432
|
computed: {
|
|
40436
40433
|
myProps0(){
|
|
40437
|
-
|
|
40438
|
-
console.log('测试 000', ly0default$1.myProps);
|
|
40439
|
-
console.log('测试 111', this.myProps);
|
|
40440
|
-
console.log('测试 222', Object.assign({}, ly0default$1.myProps, this.myProps));
|
|
40441
|
-
|
|
40442
40434
|
return Object.assign({}, ly0default$1.myProps, this.myProps)
|
|
40443
40435
|
}
|
|
40444
40436
|
},
|