fixed #5422
This commit is contained in:
parent
5b143a2b3f
commit
344a6c4ef1
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
props: {
|
||||
type: {
|
||||
validator (value) {
|
||||
return oneOf(value, ['text', 'textarea', 'password', 'url', 'email', 'date', 'number']);
|
||||
return oneOf(value, ['text', 'textarea', 'password', 'url', 'email', 'date', 'number', 'tel']);
|
||||
},
|
||||
default: 'text'
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue