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

@@ -11238,6 +11238,7 @@ const _sfc_main$1v = defineComponent({
if (props.type === "number") {
onNumberBlur(event);
}
console.log("\u6DFB\u52A0\uFF0C", new String(props.modelValue).toLocaleString());
currentValue.value = new String(props.modelValue).toLocaleString();
emit("blur", event);
};