[new feature] add Notify component (#2135)

This commit is contained in:
neverland
2018-11-25 10:36:07 +08:00
committed by GitHub
parent 00458839a2
commit eb44209a5a
22 changed files with 465 additions and 5 deletions

View File

@@ -172,6 +172,10 @@ module.exports = {
path: '/loading',
title: 'Loading 加载'
},
{
path: '/notify',
title: 'Notify 消息通知'
},
{
path: '/pull-refresh',
title: 'PullRefresh 下拉刷新'
@@ -469,6 +473,10 @@ module.exports = {
path: '/loading',
title: 'Loading'
},
{
path: '/notify',
title: 'Notify'
},
{
path: '/pull-refresh',
title: 'PullRefresh'