Fix wrong prop type
This commit is contained in:
@@ -14,7 +14,7 @@ let TEMPLATE = `
|
||||
|
||||
Vue.component('attract-select2', {
|
||||
props: {
|
||||
options: Object,
|
||||
options: Array,
|
||||
value: Array,
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
|
Reference in New Issue
Block a user