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