We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5328b2 + fafcc20 commit 0133d38Copy full SHA for 0133d38
1 file changed
src/components/StepperActions.vue
@@ -18,6 +18,7 @@
18
flat
19
label="Finish"
20
no-caps
21
+ v-bind:class="!showAdvanced ? 'hidden' : ''"
22
v-bind:to="showAdvanced === true ? '/finish-advanced' : '/finish-minimum'"
23
/>
24
<q-btn
0 commit comments