Vuex Form
A simple Vue plugin that allows you to manage your forms using vuex.
Install
npm i -D vuex-form
Usage
import VuexForm from 'vuex-form'
Vue.use(VuexForm, {store}) // make sure to pass your vuex store
A simple Vue plugin that allows you to manage your forms using vuex.
npm i -D vuex-form
import VuexForm from 'vuex-form'
Vue.use(VuexForm, {store}) // make sure to pass your vuex store
npm i vuex-form
3
0.1.2
MIT