mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-11 17:16:59 -05:00
route lazy loading + route naming improvements
This commit is contained in:
@@ -199,7 +199,7 @@ function reset() {
|
||||
}
|
||||
|
||||
function handleRowClick(event: PointerEvent, data: any) {
|
||||
router.push({name: 'view_recipe', params: {id: recipes.value[data.index].id}})
|
||||
router.push({name: 'RecipeViewPage', params: {id: recipes.value[data.index].id}})
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user