imep-vue-form-builder
Version:
Vue Form Builder PRO MAX built from top of Vue. Super dynamic and flexible including Drag and Drop feature.
22 lines (18 loc) • 399 B
JavaScript
/**
* 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 Vue from 'vue'
/**
* Import libraries/plugins goes here
* import x from 'y';
*/
/**
* Vue Register Goes Here
* Vue.plugin(x)
*/
Vue.property.$event = new Vue();
/**
* Please remember to always keep a newline after registered
*/