|
@@ -38,7 +38,7 @@ async function clickLoginAndDownload(item: any) {
|
|
{{ item.subhead }}
|
|
{{ item.subhead }}
|
|
</div>
|
|
</div>
|
|
<div class="flex items-center">
|
|
<div class="flex items-center">
|
|
- <el-button class="!bg-#9B6CFF w-140px text-14px !text-#fff !b-#9B6CFF !h-48px py-18px">
|
|
|
|
|
|
+ <el-button v-if="item.blogSlug" class="!bg-#9B6CFF w-140px text-14px !text-#fff !b-#9B6CFF !h-48px py-18px">
|
|
<NuxtLink :to="`/blog/${item.blogSlug}`">
|
|
<NuxtLink :to="`/blog/${item.blogSlug}`">
|
|
Learn More
|
|
Learn More
|
|
</NuxtLink>
|
|
</NuxtLink>
|