Browse Source

docs: udpate site

pull/139/head
tangjinzhou 6 years ago
parent
commit
757d09ded6
  1. 2
      site/components/demoBox.vue

2
site/components/demoBox.vue

@ -20,7 +20,7 @@
<a-tooltip
:title="copied ? '复制成功' : '复制代码'"
:visible="copyTooltipVisible"
@change="onCopyTooltipVisibleChange"
@visibleChange="onCopyTooltipVisibleChange"
>
<a-icon
:type="copied && copyTooltipVisible ? 'check' : 'copy'"

Loading…
Cancel
Save