20260821「单身广场修复路由缓存」

This commit is contained in:
mac·ufutx 2026-08-21 16:03:56 +08:00
parent af3f48d703
commit 9a8ce147ee

View File

@ -6,6 +6,7 @@
v-model="keyword"
:placeholder="$t('please_input_search_keyword')"
@search="onSearch"
@input="onSearch"
@cancel="onCancelSearch"
/>
</div>
@ -59,7 +60,7 @@ export default {
refreshing: false,
emptyData: true,
noMoreData: false,
keyword: '' //
keyword: ''
}
},
watch: {},