mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-09 16:18:00 -05:00
query params advanced search
This commit is contained in:
@@ -33,6 +33,7 @@ import BookViewPage from "@/pages/BookViewPage.vue";
|
||||
|
||||
const routes = [
|
||||
{path: '/', component: StartPage, name: 'view_home'},
|
||||
{path: '/search', redirect: 'view_home'},
|
||||
{path: '/test', component: TestPage, name: 'view_test'},
|
||||
{
|
||||
path: '/settings', component: SettingsPage, name: 'view_settings', redirect: '/settings/account',
|
||||
@@ -48,7 +49,7 @@ const routes = [
|
||||
]
|
||||
},
|
||||
//{path: '/settings/:page', component: SettingsPage, name: 'view_settings_page', props: true},
|
||||
{path: '/search', component: SearchPage, name: 'view_search'},
|
||||
{path: '/advanced-search', component: SearchPage, name: 'view_search'},
|
||||
{path: '/shopping', component: ShoppingListPage, name: 'view_shopping'},
|
||||
{path: '/mealplan', component: MealPlanPage, name: 'view_mealplan'},
|
||||
{path: '/books', component: BooksPage, name: 'BooksPage'},
|
||||
|
||||
Reference in New Issue
Block a user