Skip to content

Commit

Permalink
Merge pull request #17 from nmchgx/master
Browse files Browse the repository at this point in the history
add container
  • Loading branch information
ShowJoy authored Nov 7, 2018
2 parents 34f1803 + 3671e11 commit cdf740c
Showing 1 changed file with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions resources/element/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,41 @@
"tag": "el-col",
"description": "el-col,Layout 布局"
},
{
"type": "basic",
"name": "Container 布局容器",
"path": "container",
"tag": "el-container",
"description": "el-container,Container 布局容器"
},
{
"type": "basic",
"name": "Container 布局容器",
"path": "container",
"tag": "el-header",
"description": "el-header,Container 布局容器"
},
{
"type": "basic",
"name": "Container 布局容器",
"path": "container",
"tag": "el-aside",
"description": "el-aside,Container 布局容器"
},
{
"type": "basic",
"name": "Container 布局容器",
"path": "container",
"tag": "el-main",
"description": "el-main,Container 布局容器"
},
{
"type": "basic",
"name": "Container 布局容器",
"path": "container",
"tag": "el-footer",
"description": "el-footer,Container 布局容器"
},
{
"type": "basic",
"name": "Color 色彩",
Expand Down Expand Up @@ -44,17 +79,17 @@
},
{
"type": "form",
"name": "Radio 单选框组",
"name": "Radio 单选框",
"path": "radio",
"tag": "el-radio",
"description": "el-radio,Radio 单选框"
},
{
"type": "form",
"name": "Radio 单选框组",
"name": "Radio 单选框",
"path": "radio",
"tag": "el-radio-group",
"description": "el-radio-group,Radio 单选框组"
"description": "el-radio-group,Radio 单选框"
},
{
"type": "form",
Expand Down

0 comments on commit cdf740c

Please sign in to comment.