diff --git a/packages/card/index.vue b/packages/card/index.vue index f0f6fc3..23a6a3d 100644 --- a/packages/card/index.vue +++ b/packages/card/index.vue @@ -1,8 +1,8 @@ diff --git a/types/components.d.ts b/types/components.d.ts index ce9e046..23963f0 100644 --- a/types/components.d.ts +++ b/types/components.d.ts @@ -7,6 +7,7 @@ export {} declare module 'vue' { export interface GlobalComponents { + Alert: typeof import('./../packages/alert/index.vue')['default'] Button: typeof import('./../packages/button/index.vue')['default'] Card: typeof import('./../packages/card/index.vue')['default'] CardActions: typeof import('./../packages/card-actions/index.vue')['default'] @@ -14,11 +15,14 @@ declare module 'vue' { CardSubtitle: typeof import('./../packages/card-subtitle/index.vue')['default'] CardText: typeof import('./../packages/card-text/index.vue')['default'] CardTitle: typeof import('./../packages/card-title/index.vue')['default'] + Confirm: typeof import('./../packages/confirm/index.vue')['default'] DefaultLayout: typeof import('./../packages/default-layout/index.vue')['default'] Header: typeof import('./../packages/header/index.vue')['default'] Image: typeof import('./../dev/Image.vue')['default'] + Modal: typeof import('./../packages/modal/index.vue')['default'] Prompt: typeof import('./../packages/prompt/index.vue')['default'] SearchPicker: typeof import('./../packages/search-picker/index.vue')['default'] + Tag: typeof import('./../packages/tag/index.vue')['default'] Text: typeof import('./../dev/Text.vue')['default'] UniBadge: typeof import('@uni-helper/uni-ui-types')['UniBadge'] UniBreadcrumb: typeof import('@uni-helper/uni-ui-types')['UniBreadcrumb']