Skip to content

Commit 93b009f

Browse files
ReedSuntmorehouse
authored andcommitted
fix(alert): add missing colon for binding aria-label (bootstrap-vue#768)
1 parent 6f04090 commit 93b009f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/alert.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<button type="button"
99
class="close"
1010
data-dismiss="alert"
11-
aria-label="dismissLabel"
11+
:aria-label="dismissLabel"
1212
v-if="dismissible"
1313
@click.stop.prevent="dismiss"
1414
>

0 commit comments

Comments
 (0)