correct wrong spread syntax
This commit is contained in:
parent
6017ed7509
commit
732b32e451
1 changed files with 4 additions and 4 deletions
|
@ -23,10 +23,10 @@ export default {
|
||||||
},
|
},
|
||||||
ownPickerProps(){
|
ownPickerProps(){
|
||||||
return {
|
return {
|
||||||
...this.disabledHours,
|
disabledHours: this.disabledHours,
|
||||||
...this.disabledMinutes,
|
disabledMinutes: this.disabledMinutes,
|
||||||
...this.disabledSeconds,
|
disabledSeconds: this.disabledSeconds,
|
||||||
...this.hideDisabledOptions,
|
hideDisabledOptions: this.hideDisabledOptions
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue