mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-06 22:58:19 -05:00
async component loading for model editor components
This commit is contained in:
@@ -50,7 +50,7 @@ const routes = [
|
||||
{path: '/recipe/edit/:recipe_id', component: RecipeEditPage, name: 'edit_recipe', props: true},
|
||||
|
||||
{path: '/list/:model?', component: ModelListPage, props: true, name: 'ModelListPage'},
|
||||
{path: '/edit/:model?/:id', component: ModelEditPage, props: true, name: 'ModelEditPage'},
|
||||
{path: '/edit/:model/:id?', component: ModelEditPage, props: true, name: 'ModelEditPage'},
|
||||
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user