tango
tango copied to clipboard
observer包裹的组件加displayName
便于调试
export const HistoryTool = observer(()=>{});
HistoryTool.displayName = 'HistoryTool'