fix(client): user search of explore not working
This commit is contained in:
parent
58b00e2f4c
commit
02fafd5114
|
@ -42,6 +42,7 @@ import * as os from '@/os';
|
|||
import { definePageMetadata } from '@/scripts/page-metadata';
|
||||
import { i18n } from '@/i18n';
|
||||
import { instance } from '@/instance';
|
||||
import XUserList from '@/components/user-list.vue';
|
||||
|
||||
const props = defineProps<{
|
||||
tag?: string;
|
||||
|
|
Loading…
Reference in New Issue