mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
fixed home redirect and added another random horizontal scroler
This commit is contained in:
@@ -33,7 +33,7 @@ import BookViewPage from "@/pages/BookViewPage.vue";
|
||||
|
||||
const routes = [
|
||||
{path: '/', component: StartPage, name: 'view_home'},
|
||||
{path: '/search', redirect: 'view_home'},
|
||||
{path: '/search', redirect: {name: 'view_home'}},
|
||||
{path: '/test', component: TestPage, name: 'view_test'},
|
||||
{
|
||||
path: '/settings', component: SettingsPage, name: 'view_settings', redirect: '/settings/account',
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
<horizontal-recipe-scroller :skeletons="4" mode="random"></horizontal-recipe-scroller>
|
||||
<horizontal-recipe-scroller :skeletons="2" mode="rating"></horizontal-recipe-scroller>
|
||||
<horizontal-recipe-scroller :skeletons="4" mode="keyword"></horizontal-recipe-scroller>
|
||||
<horizontal-recipe-scroller :skeletons="4" mode="random"></horizontal-recipe-scroller>
|
||||
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user