Skip to content

Commit

Permalink
Change formatter prop from :format to :formatter
Browse files Browse the repository at this point in the history
In vue2-datepicker 3.6.3 the `format` got renamed to `formatter`

See nextcloud-libraries/nextcloud-vue#1495 (comment)

Closes #2551

Signed-off-by: Michał Zając <michal.zajac@gmail.com>
  • Loading branch information
Quintasan committed Jan 7, 2022
1 parent 782b787 commit cd4fcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Properties/PropertyDateTime.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
:first-day-of-week="firstDay"
:type="inputType"
:readonly="isReadOnly"
:format="dateFormat"
:formatter="dateFormat"
class="property__value"
confirm
@confirm="debounceUpdateValue" />
Expand Down

0 comments on commit cd4fcfe

Please sign in to comment.