@yoooloo42/joker 1.0.159 → 1.0.161
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 +5 -11
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -11
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -42492,17 +42492,11 @@ var script$c = {
|
|
|
42492
42492
|
const props = __props;
|
|
42493
42493
|
|
|
42494
42494
|
// 顶层组件的props属性需做响应性包装,页面和js可以使用相同的命名
|
|
42495
|
-
let tableData_box = reactive(unclassified.deepClone.deepMerge(props.modelValue,
|
|
42496
|
-
|
|
42497
|
-
|
|
42498
|
-
|
|
42499
|
-
|
|
42500
|
-
currentPage: props.modelValue.currentPage ?? ly0default$1.modelValue.currentPage,
|
|
42501
|
-
}));
|
|
42502
|
-
const tableProps_box = reactive(unclassified.deepClone.deepMerge(
|
|
42503
|
-
unclassified.deepClone.deepClone(ly0default$1.myProps),
|
|
42504
|
-
props.myProps
|
|
42505
|
-
));
|
|
42495
|
+
let tableData_box = reactive(unclassified.deepClone.deepMerge(props.modelValue, ly0default$1.modelValue));
|
|
42496
|
+
const tableProps_box = reactive(unclassified.deepClone.deepMerge(props.myProps, ly0default$1.myProps));
|
|
42497
|
+
|
|
42498
|
+
console.log('测试 000', tableData_box);
|
|
42499
|
+
console.log('测试 111', tableProps_box);
|
|
42506
42500
|
|
|
42507
42501
|
const scopeThis_box = reactive(props.scopeThis);
|
|
42508
42502
|
|