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

Skip to content

Commit 1b2c38b

Browse files
committed
Update tooltip.js
1 parent 3bd5b06 commit 1b2c38b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/tooltip/tooltip.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export const props = makePropsConfigurable(
6868
// Required
6969
target: makeProp(
7070
[HTMLElement, SVGElement, PROP_TYPE_FUNCTION, PROP_TYPE_OBJECT, PROP_TYPE_STRING],
71+
undefined,
7172
true
7273
),
7374
title: makeProp(PROP_TYPE_STRING),

0 commit comments

Comments
 (0)
0