@yoooloo42/joker 1.0.39 → 1.0.41

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 CHANGED
@@ -40142,6 +40142,10 @@ var script$e = {
40142
40142
  props: ["scopeThis", "myProps", "dataBox"],
40143
40143
  setup(__props) {
40144
40144
 
40145
+ const props = __props;
40146
+
40147
+ console.log('测试 333', props.myProps.menu);
40148
+
40145
40149
  const style = vue.reactive({
40146
40150
  collapse: vue.computed(() => styleModule.collapse()),
40147
40151
  field_box: vue.computed(() => styleModule.field_box()),
@@ -40159,7 +40163,7 @@ return (_ctx, _cache) => {
40159
40163
 
40160
40164
  return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
40161
40165
  vue.createCommentVNode(" 置顶菜单 "),
40162
- (__props.myProps.menu)
40166
+ (__props.myProps.menu && __props.myProps.menu.length > 0)
40163
40167
  ? (vue.openBlock(), vue.createBlock(_component_ly0Menu, {
40164
40168
  key: 0,
40165
40169
  scopeThis: __props.scopeThis,
@@ -40433,6 +40437,7 @@ var script$c = {
40433
40437
 
40434
40438
  console.log('测试 000', ly0default$1.myProps);
40435
40439
  console.log('测试 111', this.myProps);
40440
+ console.log('测试 222', Object.assign({}, ly0default$1.myProps, this.myProps));
40436
40441
 
40437
40442
  return Object.assign({}, ly0default$1.myProps, this.myProps)
40438
40443
  }