### 基本用法

``` html
<u-popup-combination>
    <template #reference>
         <u-button color="primary" text="触发弹出框组件，可删除替换"></u-button>
    </template>
    <u-text>内容</u-text>
</u-popup-combination>
```