Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit ae3f09f

Browse files
committed
fix(BOffcanvas): respect manually set property id.
1 parent f097d76 commit ae3f09f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/bootstrap-vue-next/src/components/BOffcanvas/BOffcanvas.vue

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
>
1616
<div
1717
v-show="modelValue"
18+
:id="computedId"
1819
ref="element"
1920
aria-modal="true"
2021
role="dialog"

0 commit comments

Comments
 (0)