components 新增orgTree export

This commit is contained in:
qinjie 2021-09-01 10:13:58 +08:00
parent 07f3713fe5
commit ff40c9afa0
1 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,7 @@ import ArticleListContent from '@/components/ArticleListContent'
import Dialog from '@/components/Dialog'
import SearchCom from '@/components/SearchCom'
import orgTree from '@/components/OrgTree/Index'
export {
AvatarList,
@ -54,5 +55,6 @@ export {
ArticleListContent,
Dialog,
SearchCom
SearchCom,
orgTree
}