salix/print/report/report-footer/index.js

9 lines
190 B
JavaScript
Raw Normal View History

module.exports = {
name: 'report-footer',
2019-02-05 06:58:05 +00:00
created() {
if (this.locale)
this.$i18n.locale = this.locale;
},
props: ['leftText', 'centerText', 'locale']
};