🐛 修复成就查询未自动搜索

This commit is contained in:
目棃
2024-08-31 18:10:38 +08:00
parent b410367dee
commit dbfce8e610

View File

@@ -51,7 +51,7 @@
<slot name="right"></slot> <slot name="right"></slot>
</div> </div>
</TOverlay> </TOverlay>
<ToPostSearch gid="2" v-model="showSearch" v-model:keyword="search" /> <ToPostSearch gid="2" v-model="showSearch" :keyword="search" />
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import { computed, onMounted, ref, watch } from "vue"; import { computed, onMounted, ref, watch } from "vue";