Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 288 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 288 Bytes

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

Example

http://codepen.io/cj/pen/dOyGeV