mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-19 18:25:44 +08:00
重构命令输出变量系统:新增OutputEditor组件,支持更灵活的变量配置和回调函数创建
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
:isFirstCommandInChain="isFirstCommandInChain"
|
||||
:isLastCommandInChain="isLastCommandInChain"
|
||||
@update:outputVariable="$emit('update:outputVariable', $event)"
|
||||
@toggle-output="$emit('toggle-output')"
|
||||
@run="$emit('run')"
|
||||
@remove="$emit('remove')"
|
||||
/>
|
||||
@@ -67,13 +66,7 @@ export default {
|
||||
required: true,
|
||||
},
|
||||
},
|
||||
emits: [
|
||||
"update:outputVariable",
|
||||
"toggle-output",
|
||||
"run",
|
||||
"remove",
|
||||
"toggle-collapse",
|
||||
],
|
||||
emits: ["update:outputVariable", "run", "remove", "toggle-collapse"],
|
||||
computed: {
|
||||
contentClass() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user