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(){
|
||||
return {
|
||||
...this.disabledHours,
|
||||
...this.disabledMinutes,
|
||||
...this.disabledSeconds,
|
||||
...this.hideDisabledOptions,
|
||||
disabledHours: this.disabledHours,
|
||||
disabledMinutes: this.disabledMinutes,
|
||||
disabledSeconds: this.disabledSeconds,
|
||||
hideDisabledOptions: this.hideDisabledOptions
|
||||
};
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue