feat: add component sticky

This commit is contained in:
huanghong
2022-03-31 00:33:19 +08:00
parent ecf375c1b2
commit d630710c83
14 changed files with 339 additions and 39 deletions

View File

@@ -257,6 +257,14 @@ const adminList = [
meta: {
title: 'router.inputPassword'
}
},
{
path: 'sticky',
component: 'views/Components/Sticky',
name: 'Sticky',
meta: {
title: 'router.sticky'
}
}
]
},
@@ -477,6 +485,7 @@ const testList: string[] = [
'/components/highlight',
'/components/infotip',
'/Components/InputPassword',
'/Components/Sticky',
'/hooks',
'/hooks/useWatermark',
'/level',