diff --git a/packages/ui-vue/components/popover/src/popover.component.tsx b/packages/ui-vue/components/popover/src/popover.component.tsx index f47ea7e9aa853c76bd82aae69210f7a81143545a..71fc706af5c5d4b284ccfdb7f1640da043d714e3 100644 --- a/packages/ui-vue/components/popover/src/popover.component.tsx +++ b/packages/ui-vue/components/popover/src/popover.component.tsx @@ -29,7 +29,7 @@ export default defineComponent({ return () => { return ( -
+
{shouldShowTitle.value &&

{props.title}

}
{context.slots.default && context.slots?.default()}