Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ant-design-pro-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tianzhuanghu
ant-design-pro-vue
Commits
ee4dcf23
Commit
ee4dcf23
authored
Jan 24, 2019
by
lixing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:export all custom components
parent
1a069c8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
index.js
src/components/index.js
+38
-0
No files found.
src/components/index.js
0 → 100644
View file @
ee4dcf23
import
AvatarList
from
'@/components/AvatarList/index'
// chart
import
Bar
from
'@/components/chart/Bar'
import
ChartCard
from
'@/components/chart/ChartCard'
import
Liquid
from
'@/components/chart/Liquid'
import
MiniArea
from
'@/components/chart/MiniArea'
import
MiniBar
from
'@/components/chart/MiniBar'
import
MiniProgress
from
'@/components/chart/MiniProgress'
import
Radar
from
'@/components/chart/Radar'
import
RankList
from
'@/components/chart/RankList'
import
TransferBar
from
'@/components/chart/TransferBar'
// ------我是分割线----------
import
CountDown
from
'@/components/CountDown/index'
import
Ellipsis
from
'@/components/Ellipsis/index'
import
FooterToolbar
from
'@/components/FooterToolbar/index'
import
NumberInfo
from
'@/components/NumberInfo/index'
import
Tree
from
'@/components/Tree/Tree'
import
Trend
from
'@/components/Trend/index'
export
{
AvatarList
,
Bar
,
ChartCard
,
Liquid
,
MiniArea
,
MiniBar
,
MiniProgress
,
Radar
,
RankList
,
TransferBar
,
Trend
,
CountDown
,
Ellipsis
,
FooterToolbar
,
NumberInfo
,
Tree
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment