mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
209 B
209 B
Password
<n-input
v-model="value"
type="password"
icon="md-key"
placeholder="Password"
:maxlength="8"
/>
export default {
data() {
return {
value: null
}
}
}