mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 09:13:09 +02:00
fix(client): user search of explore not working
This commit is contained in:
parent
58b00e2f4c
commit
02fafd5114
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