We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inheritAttrs: false
1 parent 312b159 commit 397b166Copy full SHA for 397b166
packages/coreui-vue/src/components/tooltip/CTooltip.ts
@@ -9,7 +9,7 @@ import { getRTLPlacement } from '../../utils'
9
10
const CTooltip = defineComponent({
11
name: 'CTooltip',
12
- // inheritAttrs: false,
+ inheritAttrs: false,
13
props: {
14
/**
15
* Apply a CSS fade transition to the tooltip.
0 commit comments