From 7249c42c3be841eb4477291bab20761404f3736e Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Sun, 13 Oct 2024 02:17:39 -0400 Subject: [PATCH] I added the card for exclusive content and a router link to allow viewing it. --- src/router/router.js | 5 + src/views/creators/ExclusiveContentCard.vue | 102 ++++++++++++++++++++ 2 files changed, 107 insertions(+) create mode 100644 src/views/creators/ExclusiveContentCard.vue diff --git a/src/router/router.js b/src/router/router.js index b769da4..9c53163 100644 --- a/src/router/router.js +++ b/src/router/router.js @@ -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 + }, ] }, { diff --git a/src/views/creators/ExclusiveContentCard.vue b/src/views/creators/ExclusiveContentCard.vue new file mode 100644 index 0000000..8ab63b7 --- /dev/null +++ b/src/views/creators/ExclusiveContentCard.vue @@ -0,0 +1,102 @@ + + + + + + +