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) 167 B
import {STYLES} from "@/configs/styles"; const STYLE_INJECTION_MIXIN = { computed: { styles: () => STYLES }, }; export { STYLE_INJECTION_MIXIN }