提交 fec946f2 编写于 作者: linjinyang's avatar linjinyang

app-transfer 国际化更新 --- fix1

上级 3c410302
......@@ -128,7 +128,7 @@ export default class AppTransfer extends Vue {
* @type{Array<string>}
* @memberof AppTransfer
*/
public titles:Array<string>=[(this.$t('components.appTransfer.title1') as string), (this.$t('components.appTransfer.title2') as string)]
public titles?: Array<string>;
/**
* 左侧框数据
......@@ -160,6 +160,7 @@ export default class AppTransfer extends Vue {
*/
public created() {
this.dataHandle();
this.titles= [(this.$t('components.appTransfer.title1') as string),(this.$t('components.appTransfer.title2') as string)];
}
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册