mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
Merge branch 'master' of https://github.com/bytefury/crater
This commit is contained in:
@ -7,6 +7,7 @@ import ar from './ar.json'
|
||||
import de from './de.json'
|
||||
import ja from './ja.json'
|
||||
import pt_BR from './pt-br.json'
|
||||
import pt from './pt.json'
|
||||
import it from './it.json'
|
||||
import sr from './sr.json'
|
||||
import nl from './nl.json'
|
||||
@ -29,6 +30,7 @@ const i18n = new VueI18n({
|
||||
de,
|
||||
ja,
|
||||
pt_BR,
|
||||
pt,
|
||||
it,
|
||||
sr,
|
||||
nl,
|
||||
|
||||
@ -104,15 +104,6 @@ export default {
|
||||
loading: false,
|
||||
}
|
||||
},
|
||||
validations() {
|
||||
return {
|
||||
item: {
|
||||
description: {
|
||||
maxLength: maxLength(255),
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
...mapGetters('item', ['items']),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user