Fix wrong prop type

This commit is contained in:
2019-04-03 17:49:16 +02:00
parent f1354b9837
commit ec4cad5e5b

View File

@@ -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,