修复历史聊天弹窗不显示:补回 setup() return 中缺失的 historyQuickFilter
模板中使用了 historyQuickFilter 但未从 setup() 返回, 导致 Vue 渲染时报错且历史面板数据无法正常加载。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ec876e1362
commit
5959f3f183
@ -2484,6 +2484,7 @@ export default {
|
||||
handleHistoryDateChange,
|
||||
handleHistoryPickerVisibleChange,
|
||||
historyQuickFilters,
|
||||
historyQuickFilter,
|
||||
loadChatHistory,
|
||||
loadHistoryConversation,
|
||||
formatMessage,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user