mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-22 05:55:12 +00:00
put back bits that were lost in the merge
This commit is contained in:
parent
51b031d3fc
commit
87deb87456
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,10 @@ const props = withDefaults(defineProps<{
|
||||||
host: '',
|
host: '',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const searchQuery = ref(toRef(props, 'query').value);
|
||||||
|
const notePagination = ref<Paging>();
|
||||||
|
const user = ref<UserDetailed | null>(null);
|
||||||
|
const hostInput = ref(toRef(props, 'host').value);
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const key = ref(0);
|
const key = ref(0);
|
||||||
const order = ref(false);
|
const order = ref(false);
|
||||||
|
|
Loading…
Reference in a new issue