nicecode-v2/packages/material/src/password/index.md

22 lines
377 B
Markdown

---
category: Components
title: Password 修改密码
toc: content
group:
title: 通用
order: 2
---
盒子树
## 代码演示
<code src="./demo/basic.tsx">基本用法</code>
## API
| 参数 | 说明 | 类型 | 默认值 | 版本 |
| --- | --- | --- | --- | --- |
| onFinish | 提交事件 | FormProps['onFinish'] | - | - |
| onCancel | 取消 | () => void | - | - |