修改标签的出现逻辑

This commit is contained in:
2023-11-01 20:41:30 +08:00
parent 710f4b5eb9
commit 6751dd4fe9
3 changed files with 47 additions and 24 deletions

3
src/components.d.ts vendored
View File

@@ -7,7 +7,10 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
IEpArrowD: typeof import('~icons/ep/arrow-d')['default']
IEpArrowDown: typeof import('~icons/ep/arrow-down')['default']
IEpArrowRightBold: typeof import('~icons/ep/arrow-right-bold')['default']
IEpArrowUp: typeof import('~icons/ep/arrow-up')['default']
IEpBell: typeof import('~icons/ep/bell')['default']
IEpCaretRight: typeof import('~icons/ep/caret-right')['default']
IEpLoading: typeof import('~icons/ep/loading')['default']