Minor bugfix

This commit is contained in:
Claudio Dekker 2021-12-08 18:55:47 +01:00
parent cd7696645d
commit 9dcfbab725
No known key found for this signature in database
GPG Key ID: 6ACA8683E402B133
3 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,6 @@ export default {
return `select-input-${uuid()}`
},
},
class: String,
error: String,
label: String,
modelValue: [String, Number, Boolean],

View File

@ -22,7 +22,6 @@ export default {
type: String,
default: 'text',
},
class: String,
error: String,
label: String,
modelValue: String,

View File

@ -18,7 +18,6 @@ export default {
return `textarea-input-${uuid()}`
},
},
class: String,
error: String,
label: String,
modelValue: String,