fix(user): disable spell check in domain input

zio/stable
三咲智子 2022-12-31 06:01:46 +08:00
parent 4bc72905de
commit a347515781
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 4 additions and 0 deletions

View File

@ -114,6 +114,10 @@ onMounted(async () => {
ref="input"
v-model="server"
outline-none bg-transparent w-full max-w-50
spellcheck="false"
autocorrect="off"
autocomplete="off"
autocapitalize="none"
@input="handleInput"
@keydown.down="move(1)"
@keydown.up="move(-1)"