mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
docs: 修复 input password 文档不正确 (#2387)
This commit is contained in:
parent
5445adde8a
commit
1ae1d4a837
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: Password 密码输框
|
title: InputPassword 密码输框
|
||||||
description:
|
description:
|
||||||
type: 0
|
type: 0
|
||||||
group: null
|
group: null
|
||||||
menuName: Password
|
menuName: InputPassword
|
||||||
icon:
|
icon:
|
||||||
order: 35
|
order: 35
|
||||||
---
|
---
|
@ -532,11 +532,11 @@ export const components = [
|
|||||||
)
|
)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Password 密码输入框',
|
label: 'InputPassword 密码输入框',
|
||||||
path: '/zh-CN/components/form/password',
|
path: '/zh-CN/components/form/input-password',
|
||||||
getComponent: () =>
|
getComponent: () =>
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import('../../docs/zh-CN/components/form/password.md').then(
|
import('../../docs/zh-CN/components/form/input-password.md').then(
|
||||||
makeMarkdownRenderer
|
makeMarkdownRenderer
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user