Skip to content

Commit b447051

Browse files
committed
fix: Add role="region" in pop-up component to avoid ARIA landmark errors
1 parent 6d79a9d commit b447051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/components/Popup.vue

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<div
33
class="va-popup va-fixed va-flex va-flex-wrap va-justify-end va-antialiased va-text-color"
44
style="z-index: 10000"
5+
role="region"
56
:dir="dir"
67
>
78
<transition name="scale">

0 commit comments

Comments
 (0)