mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
439 B
439 B
API
Param | Description | Type | Default value |
---|---|---|---|
content | Content of the card | string|slot|vNode | - |
title | Title of the card | string|slot\VNode | - |
Consult Tooltip's documentation to find more APIs.
Note
Please ensure that the child node of Popover
accepts onMouseenter
, onMouseleave
, onFocus
, onClick
events.