修复控制命令输入框复制BUG

This commit is contained in:
fofolee 2025-03-30 11:28:18 +08:00
parent f9e0c29c08
commit 34230fa140

View File

@ -78,6 +78,8 @@
@update:outputVariable="$emit('update:outputVariable', $event)"
@run="$emit('run')"
@remove="$emit('remove')"
@add-print="$emit('add-print')"
@copy="$emit('copy')"
/>
</div>
</template>
@ -107,6 +109,8 @@ export default {
"run",
"remove",
"toggle-collapse",
"copy",
"add-print",
],
computed: {
contentClass() {