We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7150b2 commit 38bc8faCopy full SHA for 38bc8fa
components/Hero.vue
@@ -4,6 +4,7 @@
4
<div class="absolute">
5
<div class="flex flex-col justify-center space-y-4 h-hero">
6
<h2
7
+ v-if="heading"
8
class="px-4 text-2xl font-extrabold text-white bg-kaldi sm:text-3xl md:text-4xl"
9
>
10
{{ heading }}
@@ -24,11 +25,11 @@ export default {
24
25
props: {
26
heading: {
27
type: String,
- required: true,
28
+ default: null,
29
},
30
subheading: {
31
32
33
34
image: {
35
0 commit comments