qfw
This commit is contained in:
@@ -11226,7 +11226,7 @@ const _sfc_main$1v = defineComponent({
|
||||
const input = ref();
|
||||
watch(() => props.modelValue, () => {
|
||||
console.log(input);
|
||||
if (!input.hasFocus() && props.qfw) {
|
||||
if (!input.value.hasFocus() && props.qfw) {
|
||||
currentValue.value = formatMoney(props.modelValue.toString());
|
||||
return;
|
||||
}
|
||||
@@ -11342,7 +11342,9 @@ const _sfc_main$1v = defineComponent({
|
||||
onFocus,
|
||||
onBlur,
|
||||
onCompositionstart,
|
||||
onCompositionend
|
||||
onCompositionend,
|
||||
ref_key: "input",
|
||||
ref: input
|
||||
}, null, 40, _hoisted_5$p),
|
||||
__props.password && unref(hasContent) ? (openBlock(), createElementBlock("span", {
|
||||
key: 1,
|
||||
|
||||
Reference in New Issue
Block a user