4 lines
136 B
JavaScript
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
|
|
}
|