Skip to content

Commit cfde86a

Browse files
committed
refactor(desk): convert components to camel-case
1 parent 380a717 commit cfde86a

27 files changed

+26
-26
lines changed

packages/desktop/components.d.ts

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,37 @@ declare module '@vue/runtime-core' {
1010
RouterLink: typeof import('vue-router')['RouterLink']
1111
RouterView: typeof import('vue-router')['RouterView']
1212
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']
1818
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']
2424
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']
3535
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']
4141
VTable: typeof import('./components/VTable.vue')['default']
4242
VTd: typeof import('./components/VTd.vue')['default']
43-
VTextarea: typeof import('./components/v-textarea.vue')['default']
43+
VTextarea: typeof import('./components/VTextarea.vue')['default']
4444
VTh: typeof import('./components/VTh.vue')['default']
4545
VTr: typeof import('./components/VTr.vue')['default']
4646
}

0 commit comments

Comments
 (0)