This commit is contained in:
Henry Jameson 2026-08-04 19:55:44 +03:00
commit 7b4eb25fc8
18 changed files with 24 additions and 25 deletions

View file

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