fix importer/exporter i18n

This commit is contained in:
Henry Jameson 2021-04-25 14:12:34 +03:00
parent 8d46fd78c7
commit e47d5ba53b
4 changed files with 10 additions and 35 deletions

View file

@ -15,24 +15,9 @@ const Importer = {
type: Function,
required: true
},
submitButtonLabel: {
type: String,
default () {
return this.$t('importer.submit')
}
},
successMessage: {
type: String,
default () {
return this.$t('importer.success')
}
},
errorMessage: {
type: String,
default () {
return this.$t('importer.error')
}
}
submitButtonLabel: { type: String },
successMessage: { type: String },
errorMessage: { type: String }
},
data () {
return {