From b36248c9bc6ae33220ab9a70567b10c46b64822d Mon Sep 17 00:00:00 2001 From: fofolee Date: Sat, 9 Apr 2022 16:14:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=B8=BA=20quiccommand=20?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E6=94=AF=E6=8C=81=E5=9C=A8=E7=BB=88=E7=AB=AF?= =?UTF-8?q?=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandMenu.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/CommandMenu.vue b/src/components/CommandMenu.vue index 5ad936a..25affea 100644 --- a/src/components/CommandMenu.vue +++ b/src/components/CommandMenu.vue @@ -184,7 +184,7 @@ color="primary" v-model="currentCommand.output" :display-value="outputTypes[currentCommand.output].label" - :options="outputTypesOptions" + :options="outputTypesOptionsDy" label="输出" >