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.
1 parent 7ad2fd8 commit e468f75Copy full SHA for e468f75
packages/bootstrap-vue-3-icons/src/components/BIcon/BIconBase.vue
@@ -93,7 +93,7 @@ export default /* #__PURE__ */ defineComponent({
93
'g',
94
{
95
transform: svgTransform.value,
96
- innerHTML: hasContent ? props.content || '' : {}
+ innerHTML: hasContent.value ? props.content || '' : {},
97
},
98
[normalizeSlot('default', {}, slots)]
99
)
0 commit comments