feat: migrate NoticeBar component

This commit is contained in:
chenjiahan
2020-07-25 16:28:40 +08:00
parent f74f1047fd
commit b3964e6afa
3 changed files with 22 additions and 20 deletions
+8 -8
View File
@@ -253,10 +253,10 @@ module.exports = {
// path: 'list',
// title: 'List 列表',
// },
// {
// path: 'notice-bar',
// title: 'NoticeBar 通知栏',
// },
{
path: 'notice-bar',
title: 'NoticeBar 通知栏',
},
{
path: 'progress',
title: 'Progress 进度条',
@@ -587,10 +587,10 @@ module.exports = {
// path: 'list',
// title: 'List',
// },
// {
// path: 'notice-bar',
// title: 'NoticeBar',
// },
{
path: 'notice-bar',
title: 'NoticeBar',
},
{
path: 'progress',
title: 'Progress',