This commit is contained in:
Mrx
2026-03-20 13:24:44 +08:00
parent 4cdc6e0308
commit dfa908f4a3
4 changed files with 381 additions and 0 deletions

1
components.d.ts vendored
View File

@@ -55,6 +55,7 @@ declare module 'vue' {
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElRow: typeof import('element-plus/es')['ElRow']
ElSegmented: typeof import('element-plus/es')['ElSegmented']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']