@yoooloo42/joker 1.0.41 → 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 +1 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -6
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -40163,7 +40163,7 @@ return (_ctx, _cache) => {
|
|
|
40163
40163
|
|
|
40164
40164
|
return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
40165
40165
|
vue.createCommentVNode(" 置顶菜单 "),
|
|
40166
|
-
(__props.myProps.menu && __props.myProps.menu.length > 0)
|
|
40166
|
+
(__props.myProps.hasOwnProperty('menu') && __props.myProps.menu.length > 0)
|
|
40167
40167
|
? (vue.openBlock(), vue.createBlock(_component_ly0Menu, {
|
|
40168
40168
|
key: 0,
|
|
40169
40169
|
scopeThis: __props.scopeThis,
|
|
@@ -40434,11 +40434,6 @@ var script$c = {
|
|
|
40434
40434
|
props: ['scopeThis', 'myProps'],
|
|
40435
40435
|
computed: {
|
|
40436
40436
|
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
40437
|
return Object.assign({}, ly0default$1.myProps, this.myProps)
|
|
40443
40438
|
}
|
|
40444
40439
|
},
|