Remove unused method

This commit is contained in:
Lea Verou
2025-03-17 10:04:43 -04:00
parent e342f513b7
commit 8245d8a40a

View File

@@ -263,11 +263,6 @@ export default {
},
});
},
revert() {
this.$emit('update:modelValue', this.inputValue);
this.$emit('update:color', this.inputColor);
},
},
watch: {
/** colorRaw -> color */