Skip to content

Commit a1d7f43

Browse files
committed
fix:
- responsive - unplugin-vue-components
1 parent ccfbf8d commit a1d7f43

2 files changed

Lines changed: 105 additions & 105 deletions

File tree

components.d.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,8 @@ declare module 'vue' {
1515
ElAvatar: typeof import('element-plus/es')['ElAvatar']
1616
ElButton: typeof import('element-plus/es')['ElButton']
1717
ElIcon: typeof import('element-plus/es')['ElIcon']
18-
ElOption: typeof import('element-plus/es')['ElOption']
19-
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
20-
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
21-
ElSelect: typeof import('element-plus/es')['ElSelect']
22-
ElStep: typeof import('element-plus/es')['ElStep']
23-
ElSteps: typeof import('element-plus/es')['ElSteps']
2418
ElTable: typeof import('element-plus/es')['ElTable']
2519
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
26-
ElTabPane: typeof import('element-plus/es')['ElTabPane']
27-
ElTabs: typeof import('element-plus/es')['ElTabs']
2820
InteractiveInstaller: typeof import('./src/components/InteractiveInstaller.vue')['default']
2921
RouterLink: typeof import('vue-router')['RouterLink']
3022
RouterView: typeof import('vue-router')['RouterView']

0 commit comments

Comments
 (0)