mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
修复 self.__ 报错
This commit is contained in:
parent
6ccbbfa89f
commit
acaf7951c7
@ -19,7 +19,7 @@ export const StoreNode = types
|
||||
},
|
||||
|
||||
get __() {
|
||||
return getEnv(self).__;
|
||||
return getEnv(self).translate;
|
||||
}
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user