修改样式
This commit is contained in:
@@ -34,10 +34,14 @@ export const useSearchStore = defineStore(
|
||||
historyList.value = historyListCopy
|
||||
}
|
||||
|
||||
function clearHistory() {
|
||||
historyList.value = []
|
||||
}
|
||||
|
||||
return {
|
||||
historyList,
|
||||
setHistoryList,
|
||||
clearHistory,
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user