This commit is contained in:
syuilo 2018-06-15 13:08:56 +09:00
parent ca668898f4
commit b1b1b7592b
6 changed files with 21 additions and 4 deletions

View file

@ -15,6 +15,7 @@
:readonly="readonly"
:pattern="pattern"
:autocomplete="autocomplete"
:spellcheck="spellcheck"
@input="$emit('input', $event.target.value)"
@focus="focused = true"
@blur="focused = false">
@ -64,6 +65,9 @@ export default Vue.extend({
autocomplete: {
required: false
},
spellcheck: {
required: false
},
withPasswordMeter: {
type: Boolean,
required: false,