UNPKG

imep-vue-form-builder

Version:

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

12 lines (9 loc) 249 B
/** * Control Skeleton * To extend for creating new custom control */ import {CONTROL_FIELD_EXTEND_MIXIN} from "@/mixins/control-field-extend-mixin"; export default { name: "BaseControlSkeleton", mixins: [CONTROL_FIELD_EXTEND_MIXIN], }