@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.cjs.js
CHANGED
|
@@ -23306,6 +23306,8 @@ const formData = vue.inject("formData");
|
|
|
23306
23306
|
const formProps = vue.inject("formProps");
|
|
23307
23307
|
const scopeThis = vue.inject("scopeThis");
|
|
23308
23308
|
|
|
23309
|
+
console.log('测试 000', formProps);
|
|
23310
|
+
|
|
23309
23311
|
const style = vue.reactive({
|
|
23310
23312
|
collapse: styleModule.collapse,
|
|
23311
23313
|
field_box: styleModule.field_box,
|
|
@@ -40918,6 +40920,7 @@ const props = __props;
|
|
|
40918
40920
|
const emit = __emit;
|
|
40919
40921
|
|
|
40920
40922
|
const myProps_box = vue.reactive(Object.assign({}, ly0default, props.myProps));
|
|
40923
|
+
// 在这里,const ... reactive不能用于双向绑定:v-model:file-list="fileList_box"
|
|
40921
40924
|
const fileList_box = vue.ref([]);
|
|
40922
40925
|
props.modelValue.forEach((item, index) => {
|
|
40923
40926
|
fileList_box.value.push({
|