diff --git a/vue3/src/apps/tandoor/Tandoor.vue b/vue3/src/apps/tandoor/Tandoor.vue index cf254088c..f6e348beb 100644 --- a/vue3/src/apps/tandoor/Tandoor.vue +++ b/vue3/src/apps/tandoor/Tandoor.vue @@ -3,10 +3,12 @@ - + + + - + @@ -16,7 +18,7 @@ - + Recipes diff --git a/vue3/src/components/inputs/GlobalSearchDialog.vue b/vue3/src/components/inputs/GlobalSearchDialog.vue index ee099fc4c..c1a61f27f 100644 --- a/vue3/src/components/inputs/GlobalSearchDialog.vue +++ b/vue3/src/components/inputs/GlobalSearchDialog.vue @@ -1,40 +1,37 @@ @@ -61,9 +58,9 @@ export default defineComponent({ } }, 20) }, - search_query: function (newValue){ - if (this.selected_result >= this.search_results.length){ - this.selected_result = this.search_results.length -1 + search_query: function (newValue) { + if (this.selected_result >= this.search_results.length) { + this.selected_result = this.search_results.length - 1 } }, }, diff --git a/vue3/src/pages/RecipeSearchPage.vue b/vue3/src/pages/RecipeSearchPage.vue index 961709847..efafcba94 100644 --- a/vue3/src/pages/RecipeSearchPage.vue +++ b/vue3/src/pages/RecipeSearchPage.vue @@ -1,16 +1,13 @@