mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
fix: 修复handleI18n未定义的问题
This commit is contained in:
parent
a17b903813
commit
7f149467a7
@ -79,7 +79,7 @@ export default function baseRenererFactory() {
|
||||
this.__compScopes = {};
|
||||
this.__instanceMap = {};
|
||||
this.__bindCustomMethods(props);
|
||||
this.__initI18nAPIs(props);
|
||||
this.__initI18nAPIs();
|
||||
}
|
||||
|
||||
__afterInit(props: IRendererProps) { }
|
||||
@ -609,7 +609,7 @@ export default function baseRenererFactory() {
|
||||
if (isVariable(props)) {
|
||||
props = props.value;
|
||||
if (isI18n(props)) {
|
||||
props = handleI18n(props);
|
||||
props = handleLegaoI18n(props);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user