feat: add inputPassword demo

This commit is contained in:
kailong321200875
2022-03-27 08:45:16 +08:00
parent 743ecc1a24
commit 8f8b1260e7
9 changed files with 63 additions and 10 deletions

View File

@@ -249,6 +249,14 @@ const adminList = [
meta: {
title: 'router.infotip'
}
},
{
path: 'input-password',
component: 'views/Components/InputPassword',
name: 'InputPassword',
meta: {
title: 'router.inputPassword'
}
}
]
},
@@ -468,6 +476,7 @@ const testList: string[] = [
'/components/qrcode',
'/components/highlight',
'/components/infotip',
'/Components/InputPassword',
'/hooks',
'/hooks/useWatermark',
'/level',