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