@yoooloo42/joker 1.0.86 → 1.0.87
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 +3 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -23302,6 +23302,8 @@ const formData = inject("formData");
|
|
|
23302
23302
|
const formProps = inject("formProps");
|
|
23303
23303
|
const scopeThis = inject("scopeThis");
|
|
23304
23304
|
|
|
23305
|
+
console.log('测试 000', formProps);
|
|
23306
|
+
|
|
23305
23307
|
const style = reactive({
|
|
23306
23308
|
collapse: styleModule.collapse,
|
|
23307
23309
|
field_box: styleModule.field_box,
|
|
@@ -40914,6 +40916,7 @@ const props = __props;
|
|
|
40914
40916
|
const emit = __emit;
|
|
40915
40917
|
|
|
40916
40918
|
const myProps_box = reactive(Object.assign({}, ly0default, props.myProps));
|
|
40919
|
+
// 在这里,const ... reactive不能用于双向绑定:v-model:file-list="fileList_box"
|
|
40917
40920
|
const fileList_box = ref([]);
|
|
40918
40921
|
props.modelValue.forEach((item, index) => {
|
|
40919
40922
|
fileList_box.value.push({
|