mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-07 05:25:39 +08:00
修复控制命令输入框复制BUG
This commit is contained in:
parent
f9e0c29c08
commit
34230fa140
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user