fix: transfer locale-provider miss titles
parent
ebe942dd76
commit
4f45916601
|
@ -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