Browse Source

docs: rm only mark (#30751)

pull/30752/head
二货机器人 4 years ago
committed by GitHub
parent
commit
6ae00431a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      components/menu/demo/inline.md

3
components/menu/demo/inline.md

@ -3,7 +3,6 @@ order: 1
title:
zh-CN: 内嵌菜单
en-US: Inline menu
only: true
---
## zh-CN
@ -22,7 +21,7 @@ const { SubMenu } = Menu;
class Sider extends React.Component {
handleClick = e => {
console.log('click ', e.keyPath);
console.log('click ', e);
};
render() {

Loading…
Cancel
Save