mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
Locale: fix dynamic change locale
This commit is contained in:
committed by
Leopoldthecoder
parent
faa27b9d99
commit
a13b49b609
@@ -25,7 +25,9 @@
|
||||
},
|
||||
emptyText: {
|
||||
type: String,
|
||||
default: t('el.tree.emptyText')
|
||||
default() {
|
||||
return t('el.tree.emptyText');
|
||||
}
|
||||
},
|
||||
nodeKey: String,
|
||||
checkStrictly: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user