diff --git a/client/components/Search/Search.vue b/client/components/Search/Search.vue index 49d7c1f..4581aa1 100644 --- a/client/components/Search/Search.vue +++ b/client/components/Search/Search.vue @@ -29,7 +29,11 @@ - + + + Настройки + +
@@ -57,19 +61,33 @@ class="bg-white q-mt-xs" input-style="cursor: pointer" style="width: 200px;" label="Жанр" stack-label outlined dense clearable readonly @click="selectGenre" > - + {{ genreNames }} - +
-
+ > + + {{ lang }} + + - +
+ + + Сбросить поиск + + +
+ + + Подсказка + +
@@ -93,7 +111,7 @@