mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-19 18:25:44 +08:00
添加可视化编排的独立入口
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<ComposerButtons
|
||||
:generate-code="generateCode"
|
||||
:is-all-collapsed="isAllCollapsed"
|
||||
:show-close-button="showCloseButton"
|
||||
@action="handleAction"
|
||||
class="flex-grow"
|
||||
/>
|
||||
@@ -97,6 +98,10 @@ export default defineComponent({
|
||||
type: Function,
|
||||
required: true,
|
||||
},
|
||||
showCloseButton: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
},
|
||||
setup() {
|
||||
const getCurrentVariables = inject("getCurrentVariables");
|
||||
|
||||
Reference in New Issue
Block a user