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