Files
fe-drone-ci/src/utils/i18n.js
2017-12-06 14:18:28 +08:00

4 lines
136 B
JavaScript

export function generateTitle(title) {
return this.$t('route.' + title) // $t :this method from vue-i18n ,inject in @/lang/index.js
}