소스 검색

chore: 导出框架自带的组件,方便独立页面使用 (#5876)

zhang 5 달 전
부모
커밋
86da3cedc2
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      packages/effects/common-ui/src/components/index.ts

+ 3 - 0
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,