diff --git a/components.d.ts b/components.d.ts index 4a28620ac..aea37bb7c 100644 --- a/components.d.ts +++ b/components.d.ts @@ -9,6 +9,7 @@ declare module '@vue/runtime-core' { export interface GlobalComponents { AboutView: typeof import('./src/components/AboutView.vue')['default'] Collapse: typeof import('./src/components/Collapse/index.vue')['default'] + Dialog: typeof import('./src/components/Dialog/index.vue')['default'] HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'] HomeView: typeof import('./src/components/HomeView.vue')['default'] IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']