Merge pull request #81 from Safelite/defect/fix-pr-57
Fix wrong function name
This commit is contained in:
commit
6bfd4a85b6
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ export const inputButtonProps = {
|
||||||
},
|
},
|
||||||
modelValue: {
|
modelValue: {
|
||||||
required: true,
|
required: true,
|
||||||
validation: function(prop) {
|
validator: function(prop) {
|
||||||
return (
|
return (
|
||||||
prop === null
|
prop === null
|
||||||
|| Array.isArray(prop)
|
|| Array.isArray(prop)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue