This commit is contained in:
zyronon
2024-06-06 22:30:11 +08:00
parent 6f0f87ade2
commit 46e3f7c548
5 changed files with 167 additions and 47 deletions

2
components.d.ts vendored
View File

@@ -26,8 +26,6 @@ declare module 'vue' {
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSlider: typeof import('element-plus/es')['ElSlider']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTableV2: typeof import('element-plus/es')['ElTableV2']
Empty: typeof import('./src/components/Empty.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']