We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f3358 commit e46f149Copy full SHA for e46f149
src/components/StepHeader.vue
@@ -5,7 +5,7 @@
5
@click="activate"
6
@keyup.13="activate"
7
>
8
- <h2 class="step-header__title b-header title is-5">
+ <h2 :class="['step-header__title b-header title is-5', step.status]">
9
{{ $t(stepHeaderText) }}
10
</h2>
11
<div v-if="step.status === 'completed'" class="step-header__caption">
0 commit comments