fix: transfer locale-provider miss titles

pull/165/head
tjz 2018-07-05 21:03:15 +08:00
parent 50a5365479
commit 7d3d74448b
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ export default {
if (this.titles) { if (this.titles) {
return this.titles return this.titles
} }
return transferLocale.titles return transferLocale.titles || ['', '']
}, },
getSelectedKeysName (direction) { getSelectedKeysName (direction) {