From 0d7052ff43c3efdad7d3345a5166c7f6475d100e Mon Sep 17 00:00:00 2001 From: peerless_hero Date: Tue, 11 Jul 2023 04:07:23 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=B2=BE=E7=AE=80=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/card/index.vue | 422 +--------------------------------------- types/components.d.ts | 4 + 2 files changed, 7 insertions(+), 419 deletions(-) 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']