docs: rm only mark (#30751)

This commit is contained in:
二货机器人 2021-05-28 12:04:47 +08:00 committed by GitHub
parent 737c172c2b
commit 6ae00431a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {