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.
ant-design-vue/components/popover/index.zh-CN.md

13 lines
420 B

## API
| 参数 | 说明 | 类型 | 默认值 |
| ------- | -------- | ------------------- | ------ |
| content | 卡片内容 | string\|slot\|VNode | 无 |
| title | 卡片标题 | string\|slot\|VNode | 无 |
更多属性请参考 [Tooltip](/components/tooltip-cn/#API)。
## 注意
请确保 `Popover` 的子元素能接受 `mouseenter`、`mouseleave`、`focus`、`click` 事件。