Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何在content中加入Menu组件结合Link效果 #16585

Closed
KirySen opened this issue May 14, 2019 · 1 comment
Closed

如何在content中加入Menu组件结合Link效果 #16585

KirySen opened this issue May 14, 2019 · 1 comment
Labels

Comments

@KirySen
Copy link

KirySen commented May 14, 2019

import { Link } from 'react-router-dom';
import { Menu } from 'antd';
import React from 'react';

export default class Navigation extends React.Component {
state={
MenuItemKey:[]
};
render(){
return



<Menu.Item key="courseList">
1管理
</Menu.Item>
<Menu.Item key="courseCategory">
2管理
</Menu.Item>
<Menu.Item key="courseSubjects">
科目
</Menu.Item>

} }
@ant-design-bot
Copy link
Contributor

Hello @KirySen, your issue has been closed because it does not conform to our issue requirements. Please use the Issue Helper to create an issue, thank you!

你好 @KirySen,为了能够进行高效沟通,我们对 issue 有一定的格式要求,你的 issue 因为不符合要求而被自动关闭。你可以通过 issue 助手 来创建 issue 以方便我们定位错误。谢谢配合!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants