wip: Waterfall

This commit is contained in:
kailong321200875
2023-09-27 17:55:12 +08:00
parent 6232602892
commit 5f751b86ba
9 changed files with 85 additions and 17 deletions

View File

@@ -285,6 +285,14 @@ const adminList = [
meta: {
title: 'router.inputPassword'
}
},
{
path: 'waterfall',
component: 'views/Components/Waterfall',
name: 'Waterfall',
meta: {
title: 'router.waterfall'
}
}
]
},
@@ -640,8 +648,8 @@ const testList: string[] = [
'/components/qrcode',
'/components/highlight',
'/components/infotip',
'/Components/InputPassword',
'/Components/Sticky',
'/components/input-password',
'/components/waterfall',
'function',
'/function/multiple-tabs',
'/function/multiple-tabs-demo/:id',