Fix: remove unnecessary function parameters

This commit is contained in:
Bertrand Benjamin 2021-08-05 08:47:01 +02:00
parent b266e9de9b
commit 0bd48159a4
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export default {
})
},
watch: {
range: function (newRange, oldRange) {
range: function () {
this.start = this.range.start
this.end = this.range.end
},