fix(client): user search of explore not working

This commit is contained in:
syuilo 2022-07-05 17:20:34 +09:00
parent 58b00e2f4c
commit 02fafd5114

View file

@ -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;