@yoooloo42/joker 1.0.40 → 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 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,13 +40163,10 @@ return (_ctx, _cache) => {
40159
40163
 
40160
40164
  return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
40161
40165
  vue.createCommentVNode(" 置顶菜单 "),
40162
- (__props.myProps.menu && __props.myProps.menu.length > 0)
40163
- ? (vue.openBlock(), vue.createBlock(_component_ly0Menu, {
40164
- key: 0,
40165
- scopeThis: __props.scopeThis,
40166
- myProps: __props.myProps.menu
40167
- }, null, 8 /* PROPS */, ["scopeThis", "myProps"]))
40168
- : 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"]),
40169
40170
  vue.createCommentVNode(" 表单区域可以分为多个列 "),
40170
40171
  vue.createElementVNode("div", {
40171
40172
  style: vue.normalizeStyle(style.root_box)
@@ -40284,7 +40285,7 @@ return (_ctx, _cache) => {
40284
40285
  ], 4 /* STYLE */),
40285
40286
  vue.createCommentVNode(" 提交 "),
40286
40287
  (__props.dataBox.hdlSubmit)
40287
- ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
40288
+ ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
40288
40289
  vue.createElementVNode("div", {
40289
40290
  style: vue.normalizeStyle(style.line)
40290
40291
  }, null, 4 /* STYLE */),