Fix wrong function name

This commit is contained in:
Johan Gunawan 2022-12-21 17:26:18 -05:00
parent fc3638b1ed
commit 362332f8cc

View file

@ -5,7 +5,7 @@ export const inputButtonProps = {
},
modelValue: {
required: true,
validation: function(prop) {
validator: function(prop) {
return (
prop === null
|| Array.isArray(prop)