qfw
This commit is contained in:
@@ -100,7 +100,8 @@ const input:any = ref<Element>()
|
||||
watch(
|
||||
() => props.modelValue,
|
||||
() => {
|
||||
if(!input.value.hasFocus() && props.qfw){
|
||||
console.log(input)
|
||||
if(!input.hasFocus() && props.qfw){
|
||||
currentValue.value = formatMoney(props.modelValue.toString());
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user