fix: input-number style

This commit is contained in:
就眠儀式
2022-03-23 14:28:51 +08:00
parent 3e22cfb2fe
commit 80ee69786f
5 changed files with 8 additions and 6 deletions

View File

@@ -41,8 +41,8 @@ const onBlur = function () {
};
const clear = () => {
emit("update:modelValue", "");
}
emit("update:modelValue", "");
};
</script>
<template>