mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 20:18:22 +08:00
docs: udpate site
This commit is contained in:
parent
5c2522615d
commit
15c1490287
@ -20,7 +20,7 @@
|
||||
<a-tooltip
|
||||
:title="copied ? '复制成功' : '复制代码'"
|
||||
:visible="copyTooltipVisible"
|
||||
@change="onCopyTooltipVisibleChange"
|
||||
@visibleChange="onCopyTooltipVisibleChange"
|
||||
>
|
||||
<a-icon
|
||||
:type="copied && copyTooltipVisible ? 'check' : 'copy'"
|
||||
|
Loading…
Reference in New Issue
Block a user