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:
|
||||
type: 0
|
||||
group: null
|
||||
menuName: Password
|
||||
menuName: InputPassword
|
||||
icon:
|
||||
order: 35
|
||||
---
|
@ -532,11 +532,11 @@ export const components = [
|
||||
)
|
||||
},
|
||||
{
|
||||
label: 'Password 密码输入框',
|
||||
path: '/zh-CN/components/form/password',
|
||||
label: 'InputPassword 密码输入框',
|
||||
path: '/zh-CN/components/form/input-password',
|
||||
getComponent: () =>
|
||||
// @ts-ignore
|
||||
import('../../docs/zh-CN/components/form/password.md').then(
|
||||
import('../../docs/zh-CN/components/form/input-password.md').then(
|
||||
makeMarkdownRenderer
|
||||
)
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user