forked from platypush/platypush
[TimeInterval] Refresh value on mounted
.
This commit is contained in:
parent
d4543c2fb7
commit
1bd2361a3d
1 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,10 @@ export default {
|
||||||
return value == null ? null : value / this.multiplier
|
return value == null ? null : value / this.multiplier
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
mounted() {
|
||||||
|
this.duration = this.toUnit(this.value)
|
||||||
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue