Fix frontend lint issue caused by adding reset

This commit is contained in:
Marie 2025-05-07 19:20:37 +00:00
parent 0195810b6a
commit a3454543f5

View file

@ -50,7 +50,7 @@ const onInput = () => {
const removeColor = () => {
v.value = null;
onInput();
}
};
</script>
<style lang="scss" module>