forked from FoundKeyGang/FoundKey
fix(client): user search of explore not working
This commit is contained in:
parent
84cf9029b5
commit
9db58a4047
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue