An open API service indexing awesome lists of open source software.

https://github.com/dafrok/vue-async-form


https://github.com/dafrok/vue-async-form

Last synced: 10 months ago
JSON representation

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