We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2a07d commit 3f76bfeCopy full SHA for 3f76bfe
lib/default-theme/Home.vue
@@ -10,7 +10,7 @@
10
<NavLink class="action-button" :item="actionLink"/>
11
</p>
12
</div>
13
- <div class="features">
+ <div class="features" v-if="data.features && data.features.length">
14
<div class="feature" v-for="feature in data.features">
15
<h2>{{ feature.title }}</h2>
16
<p>{{ feature.details }}</p>
0 commit comments