File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ declare module 'vue' {
127
127
VExpansionPanelText : typeof import ( 'vuetify/components' ) [ 'VExpansionPanelText' ]
128
128
VFooter : typeof import ( 'vuetify/components' ) [ 'VFooter' ]
129
129
VForm : typeof import ( 'vuetify/components' ) [ 'VForm' ]
130
- VIcon : typeof import ( 'vuetify/components' ) [ 'VIcon' ]
131
130
VItemGroup : typeof import ( 'vuetify/components' ) [ 'VItemGroup' ]
132
131
VList : typeof import ( 'vuetify/components' ) [ 'VList' ]
133
132
VListItem : typeof import ( 'vuetify/components' ) [ 'VListItem' ]
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ export default defineConfig({
73
73
/**
74
74
* See main.ts for an explanation of this target
75
75
*/
76
+ minify : false ,
76
77
target : 'esnext' ,
77
78
cssCodeSplit : true ,
78
79
cssMinify : 'lightningcss' ,
You can’t perform that action at this time.
0 commit comments