mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-07 21:46:12 +08:00
修复控制命令输入框复制BUG
This commit is contained in:
parent
f9e0c29c08
commit
34230fa140
@ -78,6 +78,8 @@
|
|||||||
@update:outputVariable="$emit('update:outputVariable', $event)"
|
@update:outputVariable="$emit('update:outputVariable', $event)"
|
||||||
@run="$emit('run')"
|
@run="$emit('run')"
|
||||||
@remove="$emit('remove')"
|
@remove="$emit('remove')"
|
||||||
|
@add-print="$emit('add-print')"
|
||||||
|
@copy="$emit('copy')"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -107,6 +109,8 @@ export default {
|
|||||||
"run",
|
"run",
|
||||||
"remove",
|
"remove",
|
||||||
"toggle-collapse",
|
"toggle-collapse",
|
||||||
|
"copy",
|
||||||
|
"add-print",
|
||||||
],
|
],
|
||||||
computed: {
|
computed: {
|
||||||
contentClass() {
|
contentClass() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user