first few pieces

This commit is contained in:
vabene1111
2024-02-21 22:06:07 +01:00
committed by smilerz
parent 92b7439969
commit 851cb28714
7 changed files with 135 additions and 50 deletions

View File

@@ -12,7 +12,7 @@ import RecipeSearchPage from "@/pages/RecipeSearchPage.vue";
import RecipeViewPage from "@/pages/RecipeViewPage.vue";
const routes = [
{path: '/', component: RecipeSearchPage},
{path: '/search', component: RecipeSearchPage},
{path: '/shopping', component: ShoppingListPage},
{path: '/recipe/:id', component: RecipeViewPage, props: true},
]