Popover (气泡卡片)锚定在触发槽上的浮层面板。基础用法Open popoverBasic.vue查看代码复制代码<template> <KunPopover> <template #trigger> <KunButton variant="bordered">Open popover</KunButton> </template> <div class="p-3 text-sm"> <p class="font-medium">Popover content</p> <p class="text-default-600 mt-1">Anchored to the trigger; floating-ui positioned.</p> </div> </KunPopover> </template> 属性属性类型默认值说明autoPositionbooleanfalseinnerClassstring""positionKunPopoverPosition"bottom-start"roundedKunUIRoundedundefined