We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c75b0 commit 995807bCopy full SHA for 995807b
docs/components/CopyButton.vue
@@ -41,7 +41,7 @@ const handleCopy = () => {
41
<span class="label">{{ props.label }}</span>
42
<code class="copy-text">{{ props.text }}</code>
43
<button class="copy-btn" @click="handleCopy">
44
- {{ copied ? "✅ 已复制" : "📋 点击复制" }}
+ {{ copied ? "✅" : "📋" }}
45
</button>
46
</div>
47
</template>
@@ -51,6 +51,7 @@ const handleCopy = () => {
51
display: flex;
52
align-items: center;
53
gap: 8px;
54
+
55
}
56
57
.label {
0 commit comments