feat: add popover component

This commit is contained in:
chenjiahan
2020-11-16 20:49:46 +08:00
committed by neverland
parent cd6ce609f5
commit 8f5a84ceec
10 changed files with 389 additions and 0 deletions

View File

@@ -275,6 +275,10 @@ module.exports = {
path: 'notice-bar',
title: 'NoticeBar 通知栏',
},
{
path: 'popover',
title: 'Popover 气泡弹出框',
},
{
path: 'progress',
title: 'Progress 进度条',
@@ -638,6 +642,10 @@ module.exports = {
path: 'notice-bar',
title: 'NoticeBar',
},
{
path: 'popover',
title: 'Popover',
},
{
path: 'progress',
title: 'Progress',