mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-06 12:17:13 +08:00
212 B
212 B
密码
<n-input
v-model:value="value"
type="password"
icon="md-key"
placeholder="密码"
:maxlength="8"
/>
export default {
data () {
return {
value: null
}
}
}