feat: 分页组件 (#327)

* feat: 分页组件

* feat: 代码规范化
This commit is contained in:
zgrong
2017-11-17 00:09:42 -06:00
committed by neverland
parent 0817411ae8
commit d17f161772
12 changed files with 16184 additions and 0 deletions

View File

@@ -110,6 +110,10 @@ module.exports = {
path: '/notice-bar',
title: 'NoticeBar - 通告栏'
},
{
path: '/pagination',
title: 'Pagination - 分页'
},
{
path: '/panel',
title: 'Panel - 面板'