mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
docs: [el-input] add password type (#5002)
Co-authored-by: Kevin <sxzz@sxzz.moe>
This commit is contained in:
parent
144b7b3d7e
commit
9d68e29248
@ -1,5 +1,10 @@
|
||||
<template>
|
||||
<el-input v-model="input" placeholder="Please input password" show-password />
|
||||
<el-input
|
||||
v-model="input"
|
||||
type="password"
|
||||
placeholder="Please input password"
|
||||
show-password
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
Loading…
Reference in New Issue
Block a user