mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 04:26:58 +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 = () => {
|
const removeColor = () => {
|
||||||
v.value = null;
|
v.value = null;
|
||||||
onInput();
|
onInput();
|
||||||
}
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" module>
|
<style lang="scss" module>
|
||||||
|
|
Loading…
Add table
Reference in a new issue