UNPKG

@ray-solutions/v-form-builder

Version:

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

20 lines (17 loc) 411 B
/** * Extendable Main File * @desc This is where I'm going to register all the Reusable/Extendable/Vue-Plugin for the library * @author Phat Tran */ /** * Import libraries/plugins goes here * import x from 'y'; */ /** * Vue Register Goes Here * Vue.plugin(x) */ // Intentionally left blank after Vue 3 upgrade. /** * Please remember to always keep a newline after registered */