update MkCustomEmojiEditLocal.vue

update MkCustomEmojiEditRemote.vue

Signed-off-by: mattyatea <mattyacocacora0@gmail.com>
This commit is contained in:
mattyatea 2023-10-28 16:59:43 +09:00
parent 1ed0e7e8a3
commit 6ad6ab03c6
No known key found for this signature in database
GPG key ID: 068E54E2C33BEF9A
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<template>
<MkInput v-model="query" :debounce="true" type="search">
<MkInput v-model="query" :debounce="true" type="search" autocapitalize="off">
<template #prefix><i class="ti ti-search"></i></template>
<template #label>{{ i18n.ts.search }}</template>
</MkInput>