I added the card for exclusive content and a router link to allow viewing it.
This commit is contained in:
@@ -25,6 +25,7 @@ import CreatorHome from "@/views/creators/CreatorHome.vue";
|
||||
import CTA01 from "@/views/CTA01.vue";
|
||||
import SubscriptionMenu from "@/views/creators/SubscriptionMenu.vue";
|
||||
import Utilitylinks from "@/views/documentation/utilitylinks.vue";
|
||||
import ExclusiveContentCard from "@/views/creators/ExclusiveContentCard.vue";
|
||||
|
||||
|
||||
const routes = [
|
||||
@@ -64,6 +65,10 @@ const routes = [
|
||||
path: 'subscription',
|
||||
component: SubscriptionMenu
|
||||
},
|
||||
{
|
||||
path: 'exclusivecontentcard',
|
||||
component: ExclusiveContentCard
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user