Add ExclusiveContentcontainer with route.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user