修正dropdown右键菜单示例文档

This commit is contained in:
Rick Zhou 2018-09-06 23:03:17 -07:00 committed by 偏右
parent f13cbd9a32
commit 461984a45f

View File

@ -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';