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.
<cn>
#### 其他元素
分割线和不可用菜单项。
</cn>
<us>
#### Other elements
Divider and disabled menu item.
</us>
```html
<template>
<a-dropdown>
<aclass="ant-dropdown-link"href="#">
Hover me <a-icontype="down"/>
</a>
<a-menuslot="overlay">
<a-menu-itemkey="0">
<atarget="_blank"rel="noopener noreferrer"href="http://www.alipay.com/">1st menu item</a>
</a-menu-item>
<a-menu-itemkey="1">
<atarget="_blank"rel="noopener noreferrer"href="http://www.taobao.com/">2nd menu item</a>
</a-menu-item>
<a-menu-divider/>
<a-menu-itemkey="3"disabled>3rd menu item(disabled)</a-menu-item>