Skip to content
Snippets Groups Projects
Commit 87deb874 authored by dakkar's avatar dakkar
Browse files

put back bits that were lost in the merge

parent 51b031d3
No related branches found
No related tags found
2 merge requests!620Bump version,!583misskey 2024.7
......@@ -90,6 +90,10 @@ const props = withDefaults(defineProps<{
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 key = ref(0);
const order = ref(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment