You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
< docs >
-- -
order : 3
title :
zh - CN : 触发方式
en - US : Trigger mode
-- -
# # zh - CN
默认是移入触发菜单 , 可以点击触发 。
# # en - US
The default trigger mode is ` hover ` , you can change it to ` click ` .
< / docs >
< template >
< a -dropdown :trigger ="['click']" >
< a class = "ant-dropdown-link" @ click.prevent >
Click me
< DownOutlined / >
< / a >
< template # overlay >
< a -menu >
< a -menu -item key = "0" >
< a href = "http://www.alipay.com/" > 1 st menu item < / a >
< / a - m e n u - i t e m >
< a -menu -item key = "1" >
< a href = "http://www.taobao.com/" > 2 nd menu item < / a >
< / a - m e n u - i t e m >
< a -menu -divider / >
< a -menu -item key = "3" > 3 rd menu item < / a - m e n u - i t e m >
< / a - m e n u >
< / template >
< / a - d r o p d o w n >
< / template >
< script lang = "ts" setup >
import { DownOutlined } from '@ant-design/icons-vue' ;
< / script >