Skip to content

Commit 15c1490

Browse files
committed
docs: udpate site
1 parent 5c25226 commit 15c1490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/components/demoBox.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a-tooltip
2121
:title="copied ? '复制成功' : '复制代码'"
2222
:visible="copyTooltipVisible"
23-
@change="onCopyTooltipVisibleChange"
23+
@visibleChange="onCopyTooltipVisibleChange"
2424
>
2525
<a-icon
2626
:type="copied && copyTooltipVisible ? 'check' : 'copy'"

0 commit comments

Comments
 (0)