We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818c2bf commit fafcc20Copy full SHA for fafcc20
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