0.1.2 • Published 9 years ago
vuex-form v0.1.2
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