diff --git a/src/components.d.ts b/src/components.d.ts index dfd6712..7aeb439 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -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'] diff --git a/src/learn/index.vue b/src/learn/index.vue index c9cc587..532a7d8 100644 --- a/src/learn/index.vue +++ b/src/learn/index.vue @@ -1,23 +1,17 @@