我有一家这样的店
{
rootStore: {
firstStore: {
el: false,
sec: false,
th: []
}
}
}如何一次性获得第一个存储(使用一条select语句),现在我使用
() => (state: Observable<any>) => state.select('rootStore').select('firstStore');https://stackoverflow.com/questions/41394926
复制相似问题