Add ExclusiveContentcontainer with route.

This commit is contained in:
PascalMarchesseault
2024-09-20 14:31:18 -04:00
parent 8837dc5be1
commit b3fec80607
6 changed files with 269 additions and 3 deletions

View File

@@ -22,6 +22,8 @@ import Explorer from "@/views/explorer/explorer.vue";
import {useAuthStore} from "@/stores/authStore.js";
import ForYouPage from "@/views/profile/ForYouPage.vue";
import CreatorPresentation from "@/views/creators/CreatorPresentation.vue";
import CreatorExclusiveContent from "@/views/creators/CreatorExclusiveContent.vue";
const routes = [
{
@@ -49,7 +51,11 @@ const routes = [
{
path: '/content/post',
component: PostContent,
},
},
{
path: '/@:creator/exclusivecontent',
component: CreatorExclusiveContent
},
{
path: '/helpandcontact',