Fixe CTA01, Hide navbar
This commit is contained in:
@@ -25,9 +25,15 @@ import ContentPage from "@/views/contents/ContentPage.vue";
|
||||
import CreatorContent from "@/views/creators/CreatorContent.vue";
|
||||
import CreatorNews from "@/views/creators/CreatorNews.vue";
|
||||
import CreatorHome from "@/views/creators/CreatorHome.vue";
|
||||
import CTA01 from "@/views/CTA01.vue";
|
||||
|
||||
|
||||
const routes = [
|
||||
{
|
||||
path: '/cta01',
|
||||
component: CTA01,
|
||||
meta: {hideSideBar: true}
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
component: Home,
|
||||
|
||||
Reference in New Issue
Block a user