docs: 修复 input password 文档不正确 (#2387)

This commit is contained in:
吴多益 2021-08-16 11:46:29 +08:00 committed by GitHub
parent 5445adde8a
commit 1ae1d4a837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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
--- ---

View File

@ -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
) )
}, },