Added a for you page
This commit is contained in:
@@ -20,6 +20,7 @@ import ContentPage from "@/views/contents/ContentPage.vue";
|
||||
import PostContent from "@/views/contents/PostContent.vue";
|
||||
import Explorer from "@/views/explorer/explorer.vue";
|
||||
import {useAuthStore} from "@/stores/authStore.js";
|
||||
import ForYouPage from "@/views/profile/ForYouPage.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -130,6 +131,12 @@ const routes = [
|
||||
component: Explorer,
|
||||
|
||||
},
|
||||
{
|
||||
path: '/feed',
|
||||
name: 'feed',
|
||||
component: ForYouPage,
|
||||
|
||||
},
|
||||
]
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user