@yoooloo42/joker 1.0.27 → 1.0.28
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -39704,7 +39704,7 @@ return (_ctx, _cache) => {
|
|
|
39704
39704
|
key: 6,
|
|
39705
39705
|
modelValue: __props.dataBox.fieldsValue[__props.item.fieldName],
|
|
39706
39706
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => ((__props.dataBox.fieldsValue[__props.item.fieldName]) = $event)),
|
|
39707
|
-
placeholder:
|
|
39707
|
+
placeholder: input.placeholder,
|
|
39708
39708
|
style: normalizeStyle(style.input(__props.item, __props.myProps)),
|
|
39709
39709
|
onInput: input.hdlCannotInput,
|
|
39710
39710
|
"show-password": input.showPassword
|