UNPKG

@detools/vue-form

Version:

Form State Management for VueJS

8 lines (6 loc) 128 B
import Vue from 'vue' export default { install(vue, opts = {}) { vue.prototype.$vueForm = new Vue({ data: opts }) }, }