Fix: remove unnecessary function parameters
This commit is contained in:
parent
b266e9de9b
commit
0bd48159a4
@ -41,7 +41,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
range: function (newRange, oldRange) {
|
range: function () {
|
||||||
this.start = this.range.start
|
this.start = this.range.start
|
||||||
this.end = this.range.end
|
this.end = this.range.end
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user