We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24e519 commit 29a0493Copy full SHA for 29a0493
1 file changed
adminforth/spa/src/afcl/Dialog.vue
@@ -49,6 +49,7 @@
49
v-bind="button.options"
50
:class="{ 'ms-3': buttonIndex > 0 }"
51
@click="button.onclick(dialog)"
52
+ :mode="button.options?.mode || 'primary'"
53
>
54
{{ button.label }}
55
</Button>
0 commit comments