Add the Subscription table - need to tweak and clean code.
This commit is contained in:
@@ -23,6 +23,7 @@ import ContentPage from "@/views/contents/ContentPage.vue";
|
||||
import CreatorContent from "@/views/creators/CreatorContent.vue";
|
||||
import CreatorHome from "@/views/creators/CreatorHome.vue";
|
||||
import CTA01 from "@/views/CTA01.vue";
|
||||
import SubscriptionMenu from "@/views/creators/SubscriptionMenu.vue";
|
||||
|
||||
|
||||
const routes = [
|
||||
@@ -58,6 +59,10 @@ const routes = [
|
||||
path: 'content',
|
||||
component: CreatorContent
|
||||
},
|
||||
{
|
||||
path: 'subscription',
|
||||
component: SubscriptionMenu
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user