This commit is contained in:
Mohit Panjwani
2021-07-30 19:09:56 +05:30
2 changed files with 2 additions and 9 deletions

View File

@ -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,

View File

@ -104,15 +104,6 @@ export default {
loading: false,
}
},
validations() {
return {
item: {
description: {
maxLength: maxLength(255),
},
},
}
},
computed: {
...mapGetters('item', ['items']),
},