token about tft
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
"
|
||||
:cta="$page.markdownPage.cta"
|
||||
/>
|
||||
|
||||
<CallToAction
|
||||
:id="$page.markdownPage.id"
|
||||
v-if="$page.markdownPage.cta2"
|
||||
@@ -93,6 +92,11 @@
|
||||
"
|
||||
:cta="$page.markdownPage.cta"
|
||||
/>
|
||||
<SplitWithImage
|
||||
v-if="$page.markdownPage.tft"
|
||||
:id="$page.markdownPage.id"
|
||||
:tft="$page.markdownPage.tft"
|
||||
/>
|
||||
<RoadMap
|
||||
:id="$page.markdownPage.id"
|
||||
v-if="$page.markdownPage.roadmap"
|
||||
@@ -477,6 +481,15 @@
|
||||
image
|
||||
content
|
||||
}
|
||||
tft {
|
||||
id
|
||||
image
|
||||
title
|
||||
subtitle
|
||||
content
|
||||
button
|
||||
link
|
||||
}
|
||||
}
|
||||
allCustomCta {
|
||||
edges {
|
||||
@@ -518,6 +531,8 @@ import CustomCTA from "~/components/custom/sections/CustomCTA.vue";
|
||||
import Slider from "~/components/custom/Slider.vue";
|
||||
import RoadMap from "~/components/custom/Roadmap.vue";
|
||||
import MarketInfo from "~/components/custom/MarketInfo.vue";
|
||||
import SplitWithImage from "~/components/custom/SplitWithImage.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
NewCard,
|
||||
@@ -545,6 +560,7 @@ export default {
|
||||
Slider,
|
||||
RoadMap,
|
||||
MarketInfo,
|
||||
SplitWithImage,
|
||||
},
|
||||
computed: {
|
||||
getImg() {
|
||||
|
||||
Reference in New Issue
Block a user