This commit is contained in:
2023-04-18 15:11:13 +08:00
parent 80c20a8d08
commit e25971d8e4
7 changed files with 107 additions and 49 deletions

1
src/components.d.ts vendored
View File

@@ -9,6 +9,7 @@ export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
IEpArrowRightBold: typeof import('~icons/ep/arrow-right-bold')['default']
IEpBell: typeof import('~icons/ep/bell')['default']
IEpCaretRight: typeof import('~icons/ep/caret-right')['default']
IEpLoading: typeof import('~icons/ep/loading')['default']