@yoooloo42/joker 1.0.167 → 1.0.168

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
@@ -24172,6 +24172,9 @@ const props = __props;
24172
24172
  // props属性包装,继承了顶层组件的响应性,页面和js可以使用相同的命名
24173
24173
  let formData_box = props.modelValue;
24174
24174
  const formProps_box = props.myProps;
24175
+
24176
+ console.log('测试 111', formProps_box);
24177
+
24175
24178
  const scopeThis_box = props.scopeThis;
24176
24179
 
24177
24180
  const style = vue.reactive({
@@ -24414,6 +24417,9 @@ const props = __props;
24414
24417
  // 顶层组件的props属性需做响应性包装,页面和js可以使用相同的命名
24415
24418
  let formData_box = vue.reactive(props.modelValue);
24416
24419
  const formProps_box = vue.reactive(unclassified.deepClone.deepDefaults(props.myProps, ly0default$3.myProps));
24420
+
24421
+ console.log('测试 000', formProps_box);
24422
+
24417
24423
  const scopeThis_box = vue.reactive(props.scopeThis);
24418
24424
 
24419
24425
  return (_ctx, _cache) => {