qfw
This commit is contained in:
@@ -116,6 +116,7 @@ const onBlur = (event: Event) => {
|
||||
if (props.type === "number") {
|
||||
onNumberBlur(event);
|
||||
}
|
||||
console.log("添加,", new String(props.modelValue).toLocaleString())
|
||||
currentValue.value = new String(props.modelValue).toLocaleString()
|
||||
emit("blur", event);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user