diff --git a/src/components/CommandSideBar.vue b/src/components/CommandSideBar.vue index f72e1bc..db741a0 100644 --- a/src/components/CommandSideBar.vue +++ b/src/components/CommandSideBar.vue @@ -130,13 +130,15 @@ v-model="cmdMatch" max-values="3" type="text" - placeholder="键入后回车" + placeholder="回车添加多个" use-input use-chips multiple new-value-mode="add-unique" input-debounce="0" :label="cmdType.matchLabel" + ref="cmdMatchRef" + @blur="(e) => autoAddInputVal(e, $refs.cmdMatchRef)" >