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={
相關文章
相關標籤/搜索