@@ -10,37 +10,37 @@ declare module '@vue/runtime-core' {
10
10
RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
11
11
RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
12
12
VBtn : typeof import ( './components/VBtn.vue' ) [ 'default' ]
13
- VCard : typeof import ( './components/v-card .vue' ) [ 'default' ]
14
- VCardContent : typeof import ( './components/v-card-content .vue' ) [ 'default' ]
15
- VCardHead : typeof import ( './components/v-card-head .vue' ) [ 'default' ]
16
- VCardTitle : typeof import ( './components/v-card-title .vue' ) [ 'default' ]
17
- VChart : typeof import ( './components/v-chart .vue' ) [ 'default' ]
13
+ VCard : typeof import ( './components/VCard .vue' ) [ 'default' ]
14
+ VCardContent : typeof import ( './components/VCardContent .vue' ) [ 'default' ]
15
+ VCardHead : typeof import ( './components/VCardHead .vue' ) [ 'default' ]
16
+ VCardTitle : typeof import ( './components/VCardTitle .vue' ) [ 'default' ]
17
+ VChart : typeof import ( './components/VChart .vue' ) [ 'default' ]
18
18
VCheckbox : typeof import ( './components/VCheckbox.vue' ) [ 'default' ]
19
- VCode : typeof import ( './components/v-code .vue' ) [ 'default' ]
20
- VContainer : typeof import ( './components/v-container .vue' ) [ 'default' ]
21
- VDialog : typeof import ( './components/v-dialog .vue' ) [ 'default' ]
22
- VDivider : typeof import ( './components/v-divider .vue' ) [ 'default' ]
23
- VDrawer : typeof import ( './components/v-drawer .vue' ) [ 'default' ]
19
+ VCode : typeof import ( './components/VCode .vue' ) [ 'default' ]
20
+ VContainer : typeof import ( './components/VContainer .vue' ) [ 'default' ]
21
+ VDialog : typeof import ( './components/VDialog .vue' ) [ 'default' ]
22
+ VDivider : typeof import ( './components/VDivider .vue' ) [ 'default' ]
23
+ VDrawer : typeof import ( './components/VDrawer .vue' ) [ 'default' ]
24
24
VForm : typeof import ( './components/VForm.vue' ) [ 'default' ]
25
- VGallery : typeof import ( './components/v-gallery .vue' ) [ 'default' ]
26
- VIcon : typeof import ( './components/v-icon .vue' ) [ 'default' ]
27
- VIconPicker : typeof import ( './components/v-icon-picker .vue' ) [ 'default' ]
28
- VInput : typeof import ( './components/v-input .vue' ) [ 'default' ]
29
- VLayout : typeof import ( './components/v-layout .vue' ) [ 'default' ]
30
- VLayoutContent : typeof import ( './components/v-layout-content .vue' ) [ 'default' ]
31
- VLayoutDrawer : typeof import ( './components/v-layout-drawer .vue' ) [ 'default' ]
32
- VLayoutToolbar : typeof import ( './components/v-layout-toolbar .vue' ) [ 'default' ]
33
- VLink : typeof import ( './components/v-link .vue' ) [ 'default' ]
34
- VListItem : typeof import ( './components/v-list-item .vue' ) [ 'default' ]
25
+ VGallery : typeof import ( './components/VGallery .vue' ) [ 'default' ]
26
+ VIcon : typeof import ( './components/VIcon .vue' ) [ 'default' ]
27
+ VIconPicker : typeof import ( './components/VIconPicker .vue' ) [ 'default' ]
28
+ VInput : typeof import ( './components/VInput .vue' ) [ 'default' ]
29
+ VLayout : typeof import ( './components/VLayout .vue' ) [ 'default' ]
30
+ VLayoutContent : typeof import ( './components/VLayoutContent .vue' ) [ 'default' ]
31
+ VLayoutDrawer : typeof import ( './components/VLayoutDrawer .vue' ) [ 'default' ]
32
+ VLayoutToolbar : typeof import ( './components/VLayoutToolbar .vue' ) [ 'default' ]
33
+ VLink : typeof import ( './components/VLink .vue' ) [ 'default' ]
34
+ VListItem : typeof import ( './components/VListItem .vue' ) [ 'default' ]
35
35
VLogo : typeof import ( './components/VLogo.vue' ) [ 'default' ]
36
- VMenu : typeof import ( './components/v-menu .vue' ) [ 'default' ]
37
- VResizeLine : typeof import ( './components/v-resize-line .vue' ) [ 'default' ]
38
- VSelect : typeof import ( './components/v-select .vue' ) [ 'default' ]
39
- VTab : typeof import ( './components/v-tab .vue' ) [ 'default' ]
40
- VTabItem : typeof import ( './components/v-tab-item .vue' ) [ 'default' ]
36
+ VMenu : typeof import ( './components/VMenu .vue' ) [ 'default' ]
37
+ VResizeLine : typeof import ( './components/VResizeLine .vue' ) [ 'default' ]
38
+ VSelect : typeof import ( './components/VSelect .vue' ) [ 'default' ]
39
+ VTab : typeof import ( './components/VTab .vue' ) [ 'default' ]
40
+ VTabItem : typeof import ( './components/VTabItem .vue' ) [ 'default' ]
41
41
VTable : typeof import ( './components/VTable.vue' ) [ 'default' ]
42
42
VTd : typeof import ( './components/VTd.vue' ) [ 'default' ]
43
- VTextarea : typeof import ( './components/v-textarea .vue' ) [ 'default' ]
43
+ VTextarea : typeof import ( './components/VTextarea .vue' ) [ 'default' ]
44
44
VTh : typeof import ( './components/VTh.vue' ) [ 'default' ]
45
45
VTr : typeof import ( './components/VTr.vue' ) [ 'default' ]
46
46
}
0 commit comments