diff --git a/src/views/Chat.vue b/src/views/Chat.vue index 191e160..d93fe97 100644 --- a/src/views/Chat.vue +++ b/src/views/Chat.vue @@ -376,6 +376,7 @@ const setPromptForm = (data) => promptForm.value = data; class="history-search-input" v-model="historySearchKey" :placeholder="$t('PleaseInputHistoryKeyword')" + allow-clear />