mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 21:58:54 -05:00
structure cleanup
This commit is contained in:
@@ -94,7 +94,7 @@ export default defineComponent({
|
||||
dialog: false,
|
||||
recipes: [] as Recipe[],
|
||||
flat_recipes: [] as RecipeFlat[],
|
||||
search_query: null,
|
||||
search_query: null as string|null,
|
||||
selected_result: 0,
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user