@yoooloo42/joker 1.0.39 → 1.0.40
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 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -5
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -40155,7 +40155,7 @@ return (_ctx, _cache) => {
|
|
|
40155
40155
|
|
|
40156
40156
|
return (openBlock(), createElementBlock(Fragment, null, [
|
|
40157
40157
|
createCommentVNode(" 置顶菜单 "),
|
|
40158
|
-
(__props.myProps.menu)
|
|
40158
|
+
(__props.myProps.menu && __props.myProps.menu.length > 0)
|
|
40159
40159
|
? (openBlock(), createBlock(_component_ly0Menu, {
|
|
40160
40160
|
key: 0,
|
|
40161
40161
|
scopeThis: __props.scopeThis,
|
|
@@ -40426,10 +40426,6 @@ var script$c = {
|
|
|
40426
40426
|
props: ['scopeThis', 'myProps'],
|
|
40427
40427
|
computed: {
|
|
40428
40428
|
myProps0(){
|
|
40429
|
-
|
|
40430
|
-
console.log('测试 000', ly0default$1.myProps);
|
|
40431
|
-
console.log('测试 111', this.myProps);
|
|
40432
|
-
|
|
40433
40429
|
return Object.assign({}, ly0default$1.myProps, this.myProps)
|
|
40434
40430
|
}
|
|
40435
40431
|
},
|