mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🐛 修复成就查询未自动搜索
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user