@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.cjs.js
CHANGED
|
@@ -40159,7 +40159,7 @@ return (_ctx, _cache) => {
|
|
|
40159
40159
|
|
|
40160
40160
|
return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
40161
40161
|
vue.createCommentVNode(" 置顶菜单 "),
|
|
40162
|
-
(__props.myProps.menu)
|
|
40162
|
+
(__props.myProps.menu && __props.myProps.menu.length > 0)
|
|
40163
40163
|
? (vue.openBlock(), vue.createBlock(_component_ly0Menu, {
|
|
40164
40164
|
key: 0,
|
|
40165
40165
|
scopeThis: __props.scopeThis,
|
|
@@ -40430,10 +40430,6 @@ var script$c = {
|
|
|
40430
40430
|
props: ['scopeThis', 'myProps'],
|
|
40431
40431
|
computed: {
|
|
40432
40432
|
myProps0(){
|
|
40433
|
-
|
|
40434
|
-
console.log('测试 000', ly0default$1.myProps);
|
|
40435
|
-
console.log('测试 111', this.myProps);
|
|
40436
|
-
|
|
40437
40433
|
return Object.assign({}, ly0default$1.myProps, this.myProps)
|
|
40438
40434
|
}
|
|
40439
40435
|
},
|