ant-design-vue/components/popover/index.en-US.md

14 lines
425 B
Markdown
Raw Normal View History

2018-04-16 13:54:37 +00:00
## API
| Param | Description | Type | Default value |
| ----- | ----------- | ---- | ------------- |
| content | Content of the card | string\|slot\|vNode | - |
2019-01-08 11:00:39 +00:00
| title | Title of the card | string\|slot\|VNode | - |
2018-04-16 13:54:37 +00:00
2019-02-16 08:51:21 +00:00
Consult [Tooltip's documentation](/components/tooltip/#API) to find more APIs.
2018-04-16 13:54:37 +00:00
## Note
Please ensure that the child node of `Popover` accepts `onMouseenter`, `onMouseleave`, `onFocus`, `onClick` events.