Skip to content

Commit

Permalink
Change order
Browse files Browse the repository at this point in the history
  • Loading branch information
leodube-aot committed Nov 20, 2023
1 parent c354d76 commit a06d11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/date-picker/DatePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<v-date-picker
id="date-picker-calendar"
v-model="dateText"
:show-current="showCurrent"
width="490"
:show-current="showCurrent"
:min="minDate"
:max="maxDate"
>
Expand Down

0 comments on commit a06d11e

Please sign in to comment.