update Input
This commit is contained in:
parent
dd037d90d3
commit
41918ed856
2 changed files with 4 additions and 2 deletions
|
@ -115,7 +115,9 @@
|
|||
default: false
|
||||
},
|
||||
autocomplete: {
|
||||
type: String,
|
||||
validator (value) {
|
||||
return oneOf(value, ['on', 'off']);
|
||||
},
|
||||
default: 'off'
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue