From 34230fa140ab6fdfa997a72f15f084784d8b8ee7 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sun, 30 Mar 2025 11:28:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8E=A7=E5=88=B6=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E8=BE=93=E5=85=A5=E6=A1=86=E5=A4=8D=E5=88=B6BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/composer/card/CommandHead.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/composer/card/CommandHead.vue b/src/components/composer/card/CommandHead.vue index 38505db..aee47d0 100644 --- a/src/components/composer/card/CommandHead.vue +++ b/src/components/composer/card/CommandHead.vue @@ -78,6 +78,8 @@ @update:outputVariable="$emit('update:outputVariable', $event)" @run="$emit('run')" @remove="$emit('remove')" + @add-print="$emit('add-print')" + @copy="$emit('copy')" /> @@ -107,6 +109,8 @@ export default { "run", "remove", "toggle-collapse", + "copy", + "add-print", ], computed: { contentClass() {