We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bd9ce commit 6ac1df2Copy full SHA for 6ac1df2
2 files changed
components.d.ts
@@ -17,6 +17,8 @@ declare module 'vue' {
17
ElIcon: typeof import('element-plus/es')['ElIcon']
18
ElTable: typeof import('element-plus/es')['ElTable']
19
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
20
+ ElTabPane: typeof import('element-plus/es')['ElTabPane']
21
+ ElTabs: typeof import('element-plus/es')['ElTabs']
22
InteractiveInstaller: typeof import('./src/components/InteractiveInstaller.vue')['default']
23
RouterLink: typeof import('vue-router')['RouterLink']
24
RouterView: typeof import('vue-router')['RouterView']
0 commit comments