mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-19 18:25:44 +08:00
OutPutEditor支持下拉选择变量和函数
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
v-model="simpleOutputVar"
|
||||
:label="currentOutputs?.label || '输出变量名'"
|
||||
autofocus
|
||||
:show-variable-list="true"
|
||||
class="q-px-sm"
|
||||
/>
|
||||
</SectionBlock>
|
||||
@@ -75,6 +76,7 @@
|
||||
label="回调函数"
|
||||
placeholder="新函数名则自动创建"
|
||||
class="col-8"
|
||||
:show-function-list="true"
|
||||
/>
|
||||
</template>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user