@vuetify/nightly 3.7.10-dev.2025-02-06 → 3.7.10-dev.2025-02-10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +1550 -1550
- package/dist/json/importMap-labs.json +38 -38
- package/dist/json/importMap.json +258 -258
- package/dist/json/web-types.json +2572 -2572
- package/dist/vuetify-labs.css +3711 -3711
- package/dist/vuetify-labs.d.ts +62 -62
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4122 -4122
- package/dist/vuetify.d.ts +62 -62
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +62 -62
- package/lib/framework.js +1 -1
- package/package.json +3 -3
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.10-dev.2025-02-
|
2
|
+
* Vuetify v3.7.10-dev.2025-02-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2115,8 +2115,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(Vt,e),u.pro
|
|
2115
2115
|
else{const{mount:e}=u
|
2116
2116
|
u.mount=function(){const a=e(...arguments)
|
2117
2117
|
return t.nextTick((()=>l.update())),u.mount=e,a}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:nf.call(this,Vt),display:nf.call(this,pn),theme:nf.call(this,ha),icons:nf.call(this,Ft),locale:nf.call(this,va),date:nf.call(this,pu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function nf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2118
|
-
if(a&&e in a)return a[e]}of.version="3.7.10-dev.2025-02-
|
2119
|
-
const rf=function(){return of({components:Kp,directives:lf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},sf="3.7.10-dev.2025-02-
|
2118
|
+
if(a&&e in a)return a[e]}of.version="3.7.10-dev.2025-02-10"
|
2119
|
+
const rf=function(){return of({components:Kp,directives:lf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},sf="3.7.10-dev.2025-02-10"
|
2120
2120
|
rf.version=sf,e.blueprints=qt,e.components=Kp,e.createVuetify=rf,e.directives=lf,e.useDate=mu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2121
2121
|
const{props:a,provideSubDefaults:l}=kt(e,t)
|
2122
2122
|
return l(),a},e.useDisplay=Vn,e.useGoTo=Nn,e.useLayout=ea,e.useLocale=fa,e.useRtl=ga,e.useTheme=wa,e.version=sf}))
|
package/lib/entry-bundler.js
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.7.10-dev.2025-02-
|
19
|
+
export const version = "3.7.10-dev.2025-02-10";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -490,79 +490,77 @@ declare module 'vue' {
|
|
490
490
|
$children?: VNodeChild
|
491
491
|
}
|
492
492
|
export interface GlobalComponents {
|
493
|
-
|
494
|
-
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
495
|
-
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
496
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
493
|
+
VApp: typeof import('vuetify/components')['VApp']
|
497
494
|
VAlert: typeof import('vuetify/components')['VAlert']
|
498
495
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
499
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
500
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
501
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
502
|
-
VApp: typeof import('vuetify/components')['VApp']
|
503
496
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
504
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
505
497
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
506
|
-
|
507
|
-
|
508
|
-
|
498
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
499
|
+
VAppBar: typeof import('vuetify/components')['VAppBar']
|
500
|
+
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
501
|
+
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
502
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
509
503
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
510
504
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
511
505
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
506
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
507
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
508
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
509
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
512
510
|
VCard: typeof import('vuetify/components')['VCard']
|
513
511
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
514
512
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
515
513
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
516
514
|
VCardText: typeof import('vuetify/components')['VCardText']
|
517
515
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
518
|
-
|
519
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
520
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
521
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
516
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
522
517
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
523
518
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
524
|
-
VChip: typeof import('vuetify/components')['VChip']
|
525
519
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
520
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
521
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
522
|
+
VChip: typeof import('vuetify/components')['VChip']
|
526
523
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
527
|
-
|
524
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
525
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
528
526
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
527
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
528
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
529
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
530
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
531
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
532
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
533
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
534
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
535
|
+
VCode: typeof import('vuetify/components')['VCode']
|
536
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
529
537
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
530
538
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
531
539
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
532
540
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
533
541
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
534
542
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
535
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
536
543
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
537
544
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
538
545
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
539
546
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
540
|
-
VDataTable: typeof import('vuetify/components')['VDataTable']
|
541
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
542
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
543
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
544
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
545
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
546
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
547
547
|
VDialog: typeof import('vuetify/components')['VDialog']
|
548
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
549
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
550
548
|
VField: typeof import('vuetify/components')['VField']
|
551
549
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
552
|
-
|
553
|
-
VImg: typeof import('vuetify/components')['VImg']
|
550
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
554
551
|
VFab: typeof import('vuetify/components')['VFab']
|
552
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
553
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
554
|
+
VInput: typeof import('vuetify/components')['VInput']
|
555
555
|
VIcon: typeof import('vuetify/components')['VIcon']
|
556
556
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
557
557
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
558
558
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
559
559
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
560
|
-
VInput: typeof import('vuetify/components')['VInput']
|
561
560
|
VKbd: typeof import('vuetify/components')['VKbd']
|
562
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
563
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
564
561
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
565
562
|
VItem: typeof import('vuetify/components')['VItem']
|
563
|
+
VImg: typeof import('vuetify/components')['VImg']
|
566
564
|
VList: typeof import('vuetify/components')['VList']
|
567
565
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
568
566
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -572,40 +570,41 @@ declare module 'vue' {
|
|
572
570
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
573
571
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
574
572
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
575
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
576
573
|
VMain: typeof import('vuetify/components')['VMain']
|
577
|
-
|
574
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
578
575
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
576
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
577
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
578
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
579
579
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
580
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
581
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
582
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
583
580
|
VPagination: typeof import('vuetify/components')['VPagination']
|
581
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
582
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
584
583
|
VRating: typeof import('vuetify/components')['VRating']
|
585
584
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
586
|
-
|
587
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
588
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
585
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
589
586
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
590
|
-
|
591
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
587
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
592
588
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
593
589
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
594
|
-
|
595
|
-
|
596
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
597
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
590
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
591
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
598
592
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
593
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
594
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
599
595
|
VStepper: typeof import('vuetify/components')['VStepper']
|
600
596
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
601
597
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
602
598
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
603
599
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
604
600
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
601
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
605
602
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
606
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
607
|
-
VTable: typeof import('vuetify/components')['VTable']
|
608
603
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
604
|
+
VTab: typeof import('vuetify/components')['VTab']
|
605
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
606
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
607
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
609
608
|
VTextField: typeof import('vuetify/components')['VTextField']
|
610
609
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
611
610
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
@@ -613,6 +612,7 @@ declare module 'vue' {
|
|
613
612
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
614
613
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
615
614
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
615
|
+
VTable: typeof import('vuetify/components')['VTable']
|
616
616
|
VWindow: typeof import('vuetify/components')['VWindow']
|
617
617
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
618
618
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
@@ -630,13 +630,14 @@ declare module 'vue' {
|
|
630
630
|
VLazy: typeof import('vuetify/components')['VLazy']
|
631
631
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
632
632
|
VParallax: typeof import('vuetify/components')['VParallax']
|
633
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
634
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
635
633
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
634
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
635
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
636
636
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
637
637
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
638
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
639
638
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
639
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
640
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
640
641
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
641
642
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
642
643
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -653,27 +654,26 @@ declare module 'vue' {
|
|
653
654
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
654
655
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
655
656
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
656
|
-
|
657
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
658
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
657
659
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
658
660
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
659
661
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
660
662
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
661
663
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
662
664
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
663
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
664
665
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
665
666
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
666
|
-
|
667
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
668
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
669
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
670
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
671
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
672
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
673
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
667
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
674
668
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
675
669
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
676
670
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
671
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
672
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
673
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
674
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
675
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
676
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
677
677
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
678
678
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
679
679
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
package/lib/framework.js
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vuetify/nightly",
|
3
3
|
"description": "Vue Material Component Framework",
|
4
|
-
"version": "3.7.10-dev.2025-02-
|
4
|
+
"version": "3.7.10-dev.2025-02-10",
|
5
5
|
"author": {
|
6
6
|
"name": "John Leider",
|
7
7
|
"email": "john@vuetifyjs.com"
|
@@ -184,9 +184,9 @@
|
|
184
184
|
},
|
185
185
|
"peerDependencies": {
|
186
186
|
"typescript": ">=4.7",
|
187
|
-
"vite-plugin-vuetify": ">=1.0
|
187
|
+
"vite-plugin-vuetify": ">=2.1.0",
|
188
188
|
"vue": "^3.5.0",
|
189
|
-
"webpack-plugin-vuetify": ">=
|
189
|
+
"webpack-plugin-vuetify": ">=3.1.0"
|
190
190
|
},
|
191
191
|
"peerDependenciesMeta": {
|
192
192
|
"typescript": {
|