This commit is contained in:
2021-04-29 18:41:55 +00:00
parent 89fabfe3fd
commit d18436c91f
16 changed files with 4 additions and 64 deletions

View File

@@ -57,12 +57,6 @@ export default {
if (parsedValue == this.value) {
return;
}
// console.log("PCT CONTROL:", {
// parsedValue: parsedValue,
// value: this.value
// });
this.$emit("input", parsedValue);
}
}