feat: 添加 PInputPassword 组件并在 formkit.config.ts 中注册
This commit is contained in:
@ -46,6 +46,16 @@ async function submit() {
|
||||
validation="required"
|
||||
>
|
||||
</FormKit>
|
||||
<FormKit
|
||||
type="PInputPassword"
|
||||
name="PInputPassword"
|
||||
label="密码"
|
||||
placeholder="输入一个密码"
|
||||
validation="required"
|
||||
toggleMask
|
||||
fluid
|
||||
:feedback="false"
|
||||
/>
|
||||
<FormKit
|
||||
:type="text"
|
||||
label="customType"
|
||||
|
Reference in New Issue
Block a user