add testcase panel.

This commit is contained in:
2023-01-11 21:35:56 +08:00
parent cc4c4199e8
commit 75e6906c16
10 changed files with 93 additions and 38 deletions

1
src/components.d.ts vendored
View File

@@ -43,6 +43,7 @@ declare module '@vue/runtime-core' {
IEpLoading: typeof import('~icons/ep/loading')['default']
IEpSelect: typeof import('~icons/ep/select')['default']
IEpSemiSelect: typeof import('~icons/ep/semi-select')['default']
IEpVideoPlay: typeof import('~icons/ep/video-play')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}