From ad31c7c4563320e0c3c88cc210b9f8d57a69d1d8 Mon Sep 17 00:00:00 2001 From: 1549469775 <1549469775@qq.com> Date: Thu, 2 Jun 2022 17:24:36 +0800 Subject: [PATCH] chork --- packages/playground/components.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/playground/components.d.ts b/packages/playground/components.d.ts index 12efac8..035339f 100644 --- a/packages/playground/components.d.ts +++ b/packages/playground/components.d.ts @@ -6,7 +6,6 @@ import '@vue/runtime-core' declare module '@vue/runtime-core' { export interface GlobalComponents { HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'] - PsCaptcha: typeof import('@princess-ui/components/captcha')['PsCaptcha'] } }