Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chronotruck/vue-ctk-date-time-picker
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Mar 15, 2019
2 parents 3113258 + 666d028 commit 06ef4f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-ctk-date-time-picker",
"version": "2.0.7",
"version": "2.0.8",
"description": "A vue component for select date & time (by Chronotruck)",
"author": "Louis Mazel <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
'minDate', 'maxDate', 'inputSize', 'buttonNowTranslation', 'disabledWeekly'
],
optionsNotEditable: [
'customShortcuts', 'disabledDates', 'disabledHours'
'customShortcuts', 'disabledDates', 'disabledHours', 'locale'
],
intOptions: [
'minuteInterval', 'firstDayOfWeek'
Expand Down

0 comments on commit 06ef4f0

Please sign in to comment.