提交 9f80c730 编写于 作者: View Design's avatar View Design

Update SearchHistory.vue

上级 82afbaf4
......@@ -19,7 +19,7 @@
</div>
<ClientOnly>
<div class="flex overflow-y-auto flex-col gap-1 border-l border-gray-200 dark:border-gray-800 pl-2 ml-5">
<template v-for="(item, index) in $searchHistory" :key="index">
<template v-for="(item, index) in $searchHistory.reverse()" :key="index">
<UButton
class="flex text-gray-400"
color="gray"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册