We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7616f43 commit c653e0aCopy full SHA for c653e0a
packages/ui/src/components/va-modal/VaModal.vue
@@ -23,7 +23,6 @@
23
>
24
<div
25
v-if="valueComputed"
26
- :aria-labelledby="title"
27
:class="computedClass"
28
class="va-modal"
29
role="dialog"
packages/ui/src/components/va-modal/modal.ts
@@ -22,7 +22,7 @@ export const getModalOptions = (options: string | ModalOptions | Component): {
22
}
return {
- props: {},
+ props: options,
slots: undefined,
0 commit comments