Skip to content

Commit 397b166

Browse files
committed
fix(CDropdownMenu, CPopover, CTooltip): add inheritAttrs: false to resolve the inheritance issue
1 parent 312b159 commit 397b166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/coreui-vue/src/components/tooltip/CTooltip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { getRTLPlacement } from '../../utils'
99

1010
const CTooltip = defineComponent({
1111
name: 'CTooltip',
12-
// inheritAttrs: false,
12+
inheritAttrs: false,
1313
props: {
1414
/**
1515
* Apply a CSS fade transition to the tooltip.

0 commit comments

Comments
 (0)