Locale: fix dynamic change locale

This commit is contained in:
qingwei.li
2016-11-17 15:37:04 +08:00
committed by Leopoldthecoder
parent faa27b9d99
commit a13b49b609
7 changed files with 23 additions and 20 deletions

View File

@@ -25,7 +25,9 @@
},
emptyText: {
type: String,
default: t('el.tree.emptyText')
default() {
return t('el.tree.emptyText');
}
},
nodeKey: String,
checkStrictly: Boolean,