We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8c6cc commit 8004561Copy full SHA for 8004561
src/rules/no-deprecated-props.js
@@ -268,6 +268,20 @@ const replacements = {
268
hideModeSwitch: false,
269
value: 'model-value',
270
},
271
+ VDatePicker: {
272
+ activePicker: 'view-mode',
273
+ pickerDate: { custom: 'separate month and year props' },
274
+ locale: false,
275
+ localeFirstDayOfYear: false,
276
+ firstDayOfWeek: false,
277
+ dayFormat: false,
278
+ weekdayFormat: false,
279
+ monthFormat: false,
280
+ yearFormat: false,
281
+ headerDateFormat: false,
282
+ titleDateFormat: false,
283
+ range: false,
284
+ },
285
VExpansionPanels: {
286
accordion: { name: 'variant', value: 'accordion' },
287
inset: { name: 'variant', value: 'inset' },
0 commit comments