[new feature] add overlay component

This commit is contained in:
陈嘉涵
2019-07-06 15:18:37 +08:00
parent 22c1b14bc2
commit f6e69f3caa
11 changed files with 280 additions and 16 deletions
+8
View File
@@ -197,6 +197,10 @@ export default {
path: '/notify',
title: 'Notify 消息通知'
},
{
path: '/overlay',
title: 'Overlay 遮罩层'
},
{
path: '/pull-refresh',
title: 'PullRefresh 下拉刷新'
@@ -527,6 +531,10 @@ export default {
path: '/notify',
title: 'Notify'
},
{
path: '/overlay',
title: 'Overlay 遮罩层'
},
{
path: '/pull-refresh',
title: 'PullRefresh'