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'] } }