--- order: 3 title: 垂直菜单 --- 子菜单是弹出的形式。 ````jsx import { Menu, Icon } from 'antd'; const SubMenu = Menu.SubMenu; const MenuItemGroup = Menu.ItemGroup; function handleClick(e) { console.log('click', e); } ReactDOM.render(