@yoooloo42/joker 1.0.33 → 1.0.34
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
|
@@ -39342,7 +39342,7 @@ const input = reactive({
|
|
|
39342
39342
|
return props.item.placeholder ? props.item.placeholder : props.myProps.placeholder.input
|
|
39343
39343
|
}),
|
|
39344
39344
|
showPassword: computed(()=>{
|
|
39345
|
-
return !!
|
|
39345
|
+
return !!props.item.showPassword
|
|
39346
39346
|
}),
|
|
39347
39347
|
hdlCannotInput: event => { // 解决偶发不能输入的问题
|
|
39348
39348
|
props.dataBox.fieldsValue[props.item.fieldName] = event.target.value;
|