summaryrefslogtreecommitdiff
path: root/packages/client/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-07-05 17:20:34 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-07-05 17:20:34 +0900
commit02fafd51145a695df4603d46f66e34d190caab3f (patch)
tree3082ff1f8255f61f037fb67765100e59638edd1c /packages/client/src
parentchore(client): tweak style (diff)
downloadsharkey-02fafd51145a695df4603d46f66e34d190caab3f.tar.gz
sharkey-02fafd51145a695df4603d46f66e34d190caab3f.tar.bz2
sharkey-02fafd51145a695df4603d46f66e34d190caab3f.zip
fix(client): user search of explore not working
Diffstat (limited to 'packages/client/src')
-rw-r--r--packages/client/src/pages/explore.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/client/src/pages/explore.vue b/packages/client/src/pages/explore.vue
index 981660cbfe..7a662c9ca6 100644
--- a/packages/client/src/pages/explore.vue
+++ b/packages/client/src/pages/explore.vue
@@ -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;