修复 self.__ 报错

This commit is contained in:
2betop 2020-08-28 09:55:12 +08:00
parent 6ccbbfa89f
commit acaf7951c7

View File

@ -19,7 +19,7 @@ export const StoreNode = types
},
get __() {
return getEnv(self).__;
return getEnv(self).translate;
}
};
})