@yoooloo42/joker 1.0.221 → 1.0.222
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 +4 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -24059,7 +24059,10 @@ return (_ctx, _cache) => {
|
|
|
24059
24059
|
createVNode(_component_ly0Upload_avatar, {
|
|
24060
24060
|
modelValue: unref(formData_box)[unref(propsItem_box).fieldName],
|
|
24061
24061
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = $event => ((unref(formData_box)[unref(propsItem_box).fieldName]) = $event)),
|
|
24062
|
-
myProps: {
|
|
24062
|
+
myProps: {
|
|
24063
|
+
uploadUrl: upload.uploadUrl_image,
|
|
24064
|
+
avatar: unref(propsItem_box).avatar
|
|
24065
|
+
}
|
|
24063
24066
|
}, null, 8 /* PROPS */, ["modelValue", "myProps"])
|
|
24064
24067
|
]))
|
|
24065
24068
|
: createCommentVNode("v-if", true),
|