This commit is contained in:
syuilo 2022-01-10 20:17:38 +09:00
parent 06125e6820
commit f2cbd26a85
2 changed files with 2 additions and 1 deletions

View File

@ -268,6 +268,7 @@ onDeactivated(() => {
});
defineExpose({
items,
reload,
fetchMoreAhead,
prepend,

View File

@ -30,7 +30,7 @@
<template #prefix>@</template>
<template #label>{{ $ts.username }}</template>
</MkInput>
<MkInput v-model="searchHost" style="flex: 1;" type="text" spellcheck="false" :disabled="pagination.params().origin === 'local'" @update:modelValue="$refs.users.reload()">
<MkInput v-model="searchHost" style="flex: 1;" type="text" spellcheck="false" :disabled="pagination.params.origin === 'local'" @update:modelValue="$refs.users.reload()">
<template #prefix>@</template>
<template #label>{{ $ts.host }}</template>
</MkInput>