react对antd的Tooltip文字提示进行二次封装实现全局调用,想在哪调用就在哪调用,

import React from 'react' import { Tooltip } from 'antd'; import './index.less';` `class Tooltip extends React.Component { constructor(props){ super(props); this.state={
相关文章
相关标签/搜索