## freePop

原理：在点击的那个点动态生成一个popver，当移开时自动删除这个dom节点

所以点一下的时候会生成两个dom节点，一个是自己插入的，另一个是hover自己插入的那个呃节点后popver产生的


(meta: EventTarget | React.MouseEvent, props: FreePopProps) =>{ close }


| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| meta | 用于获取点击的那个点的xinxi | EventTarget \| React.MouseEvent | - |
| props | 传入的配置项 | FreePopProps | - |

#### FreePopProps

FreePopProps 继承自 [antd popover](https://ant.design/components/popover-cn/#API)

| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| offset | 位置校准，默认不用传，传了会造成问题 | Object | { x = 0, y = 0 } |