8000 Update bv-tooltip-template.js · bootstrap-vue/bootstrap-vue@e0d9a3f · GitHub
[go: up one dir, main page]

Skip to content

Commit e0d9a3f

Browse files
committed
Update bv-tooltip-template.js
1 parent 5adc0e6 commit e0d9a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tooltip/helpers/bv-tooltip-template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const BVTooltipTemplate = /*#__PURE__*/ Vue.extend({
9898

9999
// Title can be a scoped slot function
100100
const $title = isFunction(title)
101-
? this.title({})
101+
? title({})
102102
: isUndefinedOrNull(title)
103103
? /* istanbul ignore next */ h()
104104
: title

0 commit comments

Comments
 (0)
0