mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
update readme and fix #303
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -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"
|
||||
}
|
||||
|
||||
11
readme.md
11
readme.md
@ -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.
|
||||
|
||||
@ -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