https://github.com/dafrok/vue-async-form
https://github.com/dafrok/vue-async-form
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dafrok/vue-async-form
- Owner: Dafrok
- Created: 2016-12-14T12:12:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T06:51:37.000Z (over 9 years ago)
- Last Synced: 2025-09-03T18:54:03.797Z (11 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-async-form
## Install
```
$ npm i vue-async-form
```
## Get Start
```vue
SUBMIT
import asyncForm from 'vue-async-form'
export default {
components: {
asyncForm
},
methods: {
handleResponse (res) {
// console.log(res)
},
handleDisconnect (res) {
// console.log(res)
}
}
}
```
## Events
- response
- disconnect