mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-31 21:51:10 -04:00
update readme and fix #303
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user