diff --git a/src/components.d.ts b/src/components.d.ts index 2cfd9e9..483fb29 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -20,6 +20,7 @@ declare module 'vue' { VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel'] VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels'] VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText'] + VIcon: typeof import('vuetify/components')['VIcon'] VImg: typeof import('vuetify/components')['VImg'] VList: typeof import('vuetify/components')['VList'] VListItem: typeof import('vuetify/components')['VListItem'] diff --git a/src/layouts/index.vue b/src/layouts/index.vue index df03a9b..10c223b 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -5,7 +5,7 @@