update readme and fix #303

This commit is contained in:
Mohit Panjwani
2020-12-09 15:10:13 +05:30
parent 034c7e385c
commit 2bd01c4014
4 changed files with 12 additions and 5 deletions

View File

@ -46,7 +46,6 @@
<script type="text/babel">
import { async } from 'q'
import { mapActions } from 'vuex'
const { required, email } = require('vuelidate/lib/validators')
export default {
@ -68,7 +67,6 @@ export default {
},
},
methods: {
...mapActions('auth'),
async validateBeforeSubmit(e) {
this.$v.formData.$touch()
if (!this.$v.formData.$invalid) {