fix: transfer locale-provider miss titles
parent
50a5365479
commit
7d3d74448b
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue