mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -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"
|
"/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:**
|
**Special thanks to:**
|
||||||
|
|
||||||
- [Birkhoff Lee](https://github.com/BirkhoffLee)
|
- [Birkhoff Lee](https://github.com/BirkhoffLee)
|
||||||
- [Hassan A. Ba Abdullah](https://github.com/hsnapps)
|
|
||||||
- [Akaunting](https://github.com/akaunting/akaunting)
|
- [Akaunting](https://github.com/akaunting/akaunting)
|
||||||
|
- [MakerLab](https://github.com/MakerLab-Dev)
|
||||||
|
|
||||||
## Translate
|
## Translate
|
||||||
|
|
||||||
Help us translate on https://crowdin.com/project/crater-invoice
|
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
|
## License
|
||||||
|
|
||||||
Crater is released under the Attribution Assurance License.
|
Crater is released under the Attribution Assurance License.
|
||||||
|
|||||||
@ -46,7 +46,6 @@
|
|||||||
|
|
||||||
<script type="text/babel">
|
<script type="text/babel">
|
||||||
import { async } from 'q'
|
import { async } from 'q'
|
||||||
import { mapActions } from 'vuex'
|
|
||||||
const { required, email } = require('vuelidate/lib/validators')
|
const { required, email } = require('vuelidate/lib/validators')
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@ -68,7 +67,6 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions('auth'),
|
|
||||||
async validateBeforeSubmit(e) {
|
async validateBeforeSubmit(e) {
|
||||||
this.$v.formData.$touch()
|
this.$v.formData.$touch()
|
||||||
if (!this.$v.formData.$invalid) {
|
if (!this.$v.formData.$invalid) {
|
||||||
|
|||||||
Reference in New Issue
Block a user