mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 20:16:57 +00:00
Fix frontend lint issue caused by adding reset
This commit is contained in:
parent
0195810b6a
commit
a3454543f5
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ const onInput = () => {
|
|||
const removeColor = () => {
|
||||
v.value = null;
|
||||
onInput();
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" module>
|
||||
|
|
Loading…
Add table
Reference in a new issue