This commit is contained in:
2022-12-12 09:14:47 +08:00
parent 7a6502200c
commit 145ff44277
4 changed files with 4 additions and 1 deletions

View File

@@ -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);
};