forked from Gitlink/forgeplus-react
issue
This commit is contained in:
parent
6f80d439c3
commit
01f1a5c68c
|
@ -2,7 +2,7 @@ import React, { useState, useCallback, memo } from 'react';
|
|||
import { Tooltip } from 'antd';
|
||||
|
||||
CopyTool.defaultProps = {
|
||||
beforeText: '复制', //浮动过去显示的文字
|
||||
beforeText: '复制链接', //浮动过去显示的文字
|
||||
afterText: '复制成功', //点击后显示的文字
|
||||
className: '', //传给svg的class
|
||||
inputId: 'copyText', //要复制的文本的ID
|
||||
|
|
Loading…
Reference in New Issue