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: '',
|
||||
});
|
||||
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue