Skip to content

Commit ace3e94

Browse files
larionovpi0
authored andcommitted
perf(dropdown): changed 'this' to 't' (bootstrap-vue#1500)
1 parent ed0511f commit ace3e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dropdown/dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default {
6262
class: t.menuClasses,
6363
attrs: {
6464
role: t.role,
65-
'aria-labelledby': t.safeId(this.split ? '_BV_toggle_' : '_BV_button_')
65+
'aria-labelledby': t.safeId(t.split ? '_BV_toggle_' : '_BV_button_')
6666
},
6767
on: {
6868
mouseover: t.onMouseOver,

0 commit comments

Comments
 (0)