Fix broken mobile responsiveness and URL input type

This commit is contained in:
Liyas Thomas
2020-08-17 17:04:13 +05:30
parent 629ee3e33f
commit 4f75dd30fe
3 changed files with 20 additions and 17 deletions

View File

@@ -148,7 +148,7 @@
@keyup.enter="isValidURL ? sendRequest() : null"
id="url"
name="url"
type="url"
type="text"
v-model="uri"
spellcheck="false"
@input="pathInputHandler"