From 86da3cedc2b97983e63be105fadb9ebee0fb437b Mon Sep 17 00:00:00 2001 From: zhang Date: Wed, 9 Apr 2025 16:16:56 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=AF=BC=E5=87=BA=E6=A1=86=E6=9E=B6?= =?UTF-8?q?=E8=87=AA=E5=B8=A6=E7=9A=84=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=96=B9?= =?UTF-8?q?=E4=BE=BF=E7=8B=AC=E7=AB=8B=E9=A1=B5=E9=9D=A2=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=20(#5876)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/effects/common-ui/src/components/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/effects/common-ui/src/components/index.ts b/packages/effects/common-ui/src/components/index.ts index bf99bc41..fc50391e 100644 --- a/packages/effects/common-ui/src/components/index.ts +++ b/packages/effects/common-ui/src/components/index.ts @@ -14,12 +14,15 @@ export * from '@vben-core/popup-ui'; // 给文档用 export { + VbenAvatar, VbenButton, VbenButtonGroup, VbenCheckButtonGroup, VbenCountToAnimator, + VbenFullScreen, VbenInputPassword, VbenLoading, + VbenLogo, VbenPinInput, VbenSpinner, VbenTree,