mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Disable autofocus on device pages
This commit is contained in:
parent
1e2ef74b7b
commit
4ddc4b3502
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
<Search
|
<Search
|
||||||
:app-list="deviceAppList"
|
:app-list="deviceAppList"
|
||||||
:quick-buttons="quickButtons"
|
:quick-buttons="quickButtons"
|
||||||
|
:autofocus="false"
|
||||||
@update:query="query = $event"
|
@update:query="query = $event"
|
||||||
>
|
>
|
||||||
<template v-slot:before-search>
|
<template v-slot:before-search>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue