Plugin Options

What options you could use to extending / custom configure the Vue Form Builder.

Basically, Vue Form Builder needs to be registered by using Vue Plugin architecture. Therefore, Vue-Form-Builder had the advantages to take all of your own data in order to extend itself.

Vue.use(VueFormBuilderPlugin, {
    /** Option goes here **/
});

Available Options

Last updated