Skip to content

Commit 6ac1df2

Browse files
committed
refactor: update settings UI and descriptions with improved terminology and structure
1 parent d0bd9ce commit 6ac1df2

2 files changed

Lines changed: 284 additions & 122 deletions

File tree

components.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ declare module 'vue' {
1717
ElIcon: typeof import('element-plus/es')['ElIcon']
1818
ElTable: typeof import('element-plus/es')['ElTable']
1919
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
20+
ElTabPane: typeof import('element-plus/es')['ElTabPane']
21+
ElTabs: typeof import('element-plus/es')['ElTabs']
2022
InteractiveInstaller: typeof import('./src/components/InteractiveInstaller.vue')['default']
2123
RouterLink: typeof import('vue-router')['RouterLink']
2224
RouterView: typeof import('vue-router')['RouterView']

0 commit comments

Comments
 (0)