?
This commit is contained in:
parent
e16168dd21
commit
7603563a7a
@ -64,8 +64,8 @@ const isPassword = computed(() => type.value == "password");
|
||||
const composing = ref(false);
|
||||
|
||||
const formatMoney = function (s: string) {
|
||||
if(s == ""){
|
||||
return ""
|
||||
if (s == "") {
|
||||
return "";
|
||||
}
|
||||
var noNegative = true;
|
||||
s = parseFloat((s + "").replace(/[^\d\.-]/g, "")) + "";
|
||||
|
Loading…
Reference in New Issue
Block a user