fix(user): disable spell check in domain input

pull/666/head
三咲智子 2022-12-31 06:01:46 +08:00
rodzic 4bc72905de
commit a347515781
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 69992F2250DFD93E
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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)"