如何为此添加显示名称?
export default () => <Switch> <Route path="/login" exact component={LoginApp}/> <Route path="/faq" exact component={FAQ}/> <Route component={NotFound} /> </Switch>;
reactjs eslint
eslint ×1
reactjs ×1