UNPKG

vue-kompo

Version:

Laravel Vue components for Rapid Application Development

8 lines 243 B
export default { methods: { $_setInitialValue(){ this.component.value = !this.component.value ? [] : (!_.isArray(this.component.value) ? [this.component.value] : this.component.value) } }, }