@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.cjs.js
CHANGED
|
@@ -39346,7 +39346,7 @@ const input = vue.reactive({
|
|
|
39346
39346
|
return props.item.placeholder ? props.item.placeholder : props.myProps.placeholder.input
|
|
39347
39347
|
}),
|
|
39348
39348
|
showPassword: vue.computed(()=>{
|
|
39349
|
-
return !!
|
|
39349
|
+
return !!props.item.showPassword
|
|
39350
39350
|
}),
|
|
39351
39351
|
hdlCannotInput: event => { // 解决偶发不能输入的问题
|
|
39352
39352
|
props.dataBox.fieldsValue[props.item.fieldName] = event.target.value;
|