uni-ui
uni-ui copied to clipboard
fix(uni-easyinput):优化空字符串
原因:modelValue 为空字符串时 "" ,自动变更为 this.value ,导致双向绑定数据变更为 undefined,会导致用户字段丢失 优化:保留空字符串