This commit is contained in:
Henry Jameson 2026-08-04 21:14:09 +03:00
commit a62487b36b
7 changed files with 16 additions and 19 deletions

View file

@ -67,7 +67,10 @@ export default {
return this.$t(['settings', 'units', this.unitSet, value].join('.'))
},
updateValue(e) {
this.configSink(this.path, Number.parseFloat(e.target.value) + this.stateUnit)
this.configSink(
this.path,
Number.parseFloat(e.target.value) + this.stateUnit,
)
},
updateUnit(e) {
let value = this.stateValue