feat: #8410 added new feature to module searchbar #1272

Merged
provira merged 18 commits from 8410-improveModuleSearchbar into dev 2025-01-31 10:02:50 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 374118133a - Show all commits

View File

@ -194,7 +194,7 @@ const searchModule = () => {
filled
dense
autofocus
provira marked this conversation as resolved Outdated

Solo gastas esta función en 1 sitio, es innecesaria.

Solo gastas esta función en 1 sitio, es innecesaria.
@keyup.enter.stop="search ? searchModule(search) : ''"
@keyup.enter.stop="searchModule(search)"
jorgep marked this conversation as resolved Outdated

llamar solo a la fn searchModule() @keyup.enter.stop="searchModule()"

llamar solo a la fn **searchModule()** `@keyup.enter.stop="searchModule()"`
/>
</QItem>
<QSeparator />
jorgep marked this conversation as resolved Outdated

Las variables ponlas juntas y las funciones lo mismo.

Las variables ponlas juntas y las funciones lo mismo.