UNPKG

@krobotech/v-form-builder

Version:

Vue Form Builder PRO MAX built from top of Vue. Super dynamic and flexible including Drag and Drop feature.

8 lines (6 loc) 128 B
export default class KeyValueItem { constructor(key = null, value = null) { this.key = key this.value = value } }