- Removes BannerActions
- Fix router for Documentations - Clean login
This commit is contained in:
@@ -21,8 +21,9 @@ 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";
|
||||
import Utilitylinks from "@/views/documentation/utilitylinks.vue";
|
||||
import DocumentationLayout from "@/views/documentation/DocumentationLayout.vue";
|
||||
import ExclusiveContentCard from "@/views/creators/ExclusiveContentCard.vue";
|
||||
import DocumentationHome from "@/views/documentation/DocumentationHome.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -72,9 +73,13 @@ const routes = [
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/utilitylinks',
|
||||
component: Utilitylinks,
|
||||
path: '/documents',
|
||||
component: DocumentationLayout,
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
component: DocumentationHome,
|
||||
},
|
||||
{
|
||||
path: 'helpandcontact',
|
||||
component: HelpAndContact
|
||||
|
||||
Reference in New Issue
Block a user