diff --git a/components.d.ts b/components.d.ts index 552104d..b29971e 100644 --- a/components.d.ts +++ b/components.d.ts @@ -8,9 +8,9 @@ export {} declare module 'vue' { export interface GlobalComponents { DefineRender: typeof import('./src/components/vue-macros/DefineRender.vue')['default'] - ICarbonFaceCool: typeof import('~icons/carbon/face-cool')['default'] + IconCarbonFaceCool: typeof import('~icons/carbon/face-cool')['default'] Icons: typeof import('./src/components/Icons.vue')['default'] - ISvgPacman: typeof import('~icons/svg/pacman')['default'] + IconSvgPacman: typeof import('~icons/svg/pacman')['default'] ReactivityTransform: typeof import('./src/components/vue-macros/ReactivityTransform.vue')['default'] ReusableTemplate: typeof import('./src/components/ReusableTemplate.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] diff --git a/src/components/Icons.vue b/src/components/Icons.vue index 1a6761b..7ebe989 100644 --- a/src/components/Icons.vue +++ b/src/components/Icons.vue @@ -9,7 +9,7 @@
Icons({ autoInstall: true })
- +
@@ -19,12 +19,12 @@
pacman.svg
- - + +
diff --git a/src/components/vue-macros/ReactivityTransform.vue b/src/components/vue-macros/ReactivityTransform.vue index c83c09e..0899dfe 100644 --- a/src/components/vue-macros/ReactivityTransform.vue +++ b/src/components/vue-macros/ReactivityTransform.vue @@ -1,4 +1,5 @@