mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-22 05:55:12 +00:00
move lines to same place as upstream
This commit is contained in:
parent
652a8c5110
commit
ee2bc0d370
1 changed files with 2 additions and 2 deletions
|
@ -90,12 +90,12 @@ const props = withDefaults(defineProps<{
|
|||
host: '',
|
||||
});
|
||||
|
||||
const router = useRouter();
|
||||
const key = ref(0);
|
||||
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 key = ref(0);
|
||||
const order = ref(false);
|
||||
const filetype = ref(null);
|
||||
|
||||
|
|
Loading…
Reference in a new issue