Skip to content

Commit 8bca6b5

Browse files
committed
fix(VDatePicker): adapt to restored first-day-of-year
1 parent 15843e8 commit 8bca6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/no-deprecated-props.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ const replacements = {
269269
activePicker: 'view-mode',
270270
pickerDate: { custom: 'separate month and year props' },
271271
locale: false,
272-
localeFirstDayOfYear: false,
272+
localeFirstDayOfYear: 'firstDayOfYear',
273273
dayFormat: false,
274274
weekdayFormat: false,
275275
monthFormat: false,

0 commit comments

Comments
 (0)