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

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/assets/js/app.js": "/assets/js/app.js?id=bb2c4150e0caffb9f475",
"/assets/js/app.js": "/assets/js/app.js?id=4115d95bc25da6f25724",
"/assets/css/crater.css": "/assets/css/crater.css?id=180193a313e33aed1712"
}

View File

@ -68,13 +68,22 @@ Crater is a product of [Bytefury](https://bytefury.com)
**Special thanks to:**
- [Birkhoff Lee](https://github.com/BirkhoffLee)
- [Hassan A. Ba Abdullah](https://github.com/hsnapps)
- [Akaunting](https://github.com/akaunting/akaunting)
- [MakerLab](https://github.com/MakerLab-Dev)
## Translate
Help us translate on https://crowdin.com/project/crater-invoice
**Thanks to Translation Contributors:**
- [Hassan A. Ba Abdullah (Arabic)](https://github.com/hsnapps)
- [Clément de Louvencourt (French)](https://github.com/PHClement)
- [Robin Delattre (French)](https://github.com/RobinDev)
- [René Loos (Dutch)](https://github.com/Loosie94)
- [Stefan Azarić (Serbian)](https://github.com/azaricstefan)
- [Emmanuel Lampe (German)](https://github.com/rexlManu)
- [edevrob (Latvian)](https://github.com/edevrob)
## License
Crater is released under the Attribution Assurance License.

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) {