mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
修正dropdown右键菜单示例文档
This commit is contained in:
parent
f13cbd9a32
commit
461984a45f
@ -7,11 +7,11 @@ title:
|
||||
|
||||
## zh-CN
|
||||
|
||||
默认是移入触发菜单,可以点击触发。
|
||||
默认是移入触发菜单,可以点击鼠标右键触发。
|
||||
|
||||
## en-US
|
||||
|
||||
The default trigger mode is `hover`, you can change it to `click`.
|
||||
The default trigger mode is `hover`, you can change it to `contextMenu`.
|
||||
|
||||
````jsx
|
||||
import { Menu, Dropdown } from 'antd';
|
||||
|
Loading…
Reference in New Issue
Block a user