mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -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 = [
|
const routes = [
|
||||||
{path: '/', component: StartPage, name: 'view_home'},
|
{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: '/test', component: TestPage, name: 'view_test'},
|
||||||
{
|
{
|
||||||
path: '/settings', component: SettingsPage, name: 'view_settings', redirect: '/settings/account',
|
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="4" mode="random"></horizontal-recipe-scroller>
|
||||||
<horizontal-recipe-scroller :skeletons="2" mode="rating"></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="keyword"></horizontal-recipe-scroller>
|
||||||
|
<horizontal-recipe-scroller :skeletons="4" mode="random"></horizontal-recipe-scroller>
|
||||||
|
|
||||||
</v-container>
|
</v-container>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user