Skip to content

Commit 94a6305

Browse files
author
puhui999
committed
update
1 parent 993a967 commit 94a6305

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ dist-ssr
55
*.local
66
/dist*
77
*-lock.*
8-
pnpm-debug
8+
pnpm-debug
9+
.idea

src/types/auto-components.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ declare module '@vue/runtime-core' {
2121
DictTag: typeof import('./../components/DictTag/src/DictTag.vue')['default']
2222
Echart: typeof import('./../components/Echart/src/Echart.vue')['default']
2323
Editor: typeof import('./../components/Editor/src/Editor.vue')['default']
24+
ElAvatar: typeof import('element-plus/es')['ElAvatar']
2425
ElBadge: typeof import('element-plus/es')['ElBadge']
2526
ElButton: typeof import('element-plus/es')['ElButton']
2627
ElButtonGroup: typeof import('element-plus/es')['ElButtonGroup']
@@ -65,6 +66,7 @@ declare module '@vue/runtime-core' {
6566
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
6667
ElSelect: typeof import('element-plus/es')['ElSelect']
6768
ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
69+
ElSpace: typeof import('element-plus/es')['ElSpace']
6870
ElSwitch: typeof import('element-plus/es')['ElSwitch']
6971
ElTable: typeof import('element-plus/es')['ElTable']
7072
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']

0 commit comments

Comments
 (0)