fix: input-number style
This commit is contained in:
@@ -41,8 +41,8 @@ const onBlur = function () {
|
||||
};
|
||||
|
||||
const clear = () => {
|
||||
emit("update:modelValue", "");
|
||||
}
|
||||
emit("update:modelValue", "");
|
||||
};
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user