mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
fix tooltip
This commit is contained in:
parent
520b1b0d4e
commit
64e2682ec6
@ -13,6 +13,7 @@ module.exports = React.createClass({
|
||||
return (
|
||||
<Tooltip placement={this.props.placement}
|
||||
prefixCls="ant-tooltip"
|
||||
trigger={this.props.trigger}
|
||||
overlay={this.props.title}>
|
||||
{this.props.children}
|
||||
</Tooltip>
|
||||
|
Loading…
Reference in New Issue
Block a user