ant-design-vue/components/popover/index.zh-CN.md

14 lines
361 B
Markdown
Raw Normal View History

2018-01-12 08:10:41 +00:00
## API
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
2018-04-16 13:54:37 +00:00
| content | 卡片内容 | string\|slot\|VNode | 无 |
| title | 卡片标题 | string\|slot\|VNode | 无 |
2018-01-12 08:10:41 +00:00
2019-02-16 08:51:21 +00:00
更多属性请参考 [Tooltip](/components/tooltip-cn/#API)。
2018-01-12 08:10:41 +00:00
## 注意
请确保 `Popover` 的子元素能接受 `mouseenter`、`mouseleave`、`focus`、`click` 事件。