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

@@ -300,6 +300,14 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
meta: {
title: t('router.infotip')
}
},
{
path: 'input-password',
component: () => import('@/views/Components/InputPassword.vue'),
name: 'InputPassword',
meta: {
title: t('router.inputPassword')
}
}
]
},